Search found 1811 matches

by Dude
Sun Mar 24, 2019 12:25 pm
Forum: Off Topic
Topic: Me now
Replies: 30
Views: 7359

Re: Me now

Netmaestro has a new tutorial for us: https://www.youtube.com/watch?v=FJnVH1PRq58 ;)
by Dude
Sun Mar 24, 2019 10:55 am
Forum: Tricks 'n' Tips
Topic: How To: Send mail through Gmail's SMTP
Replies: 10
Views: 4656

Re: How To: Send mail through Gmail's SMTP

The App Password sign-in option is to circumvent two-factor authorisation, if enabled. Yes, because our PureBasic apps can't be sent a two-factor authorisation code to verify with. It's a Google-supplied workaround, rather than circumvention. ;) I did set up an app password inside Gmail and execute...
by Dude
Sat Mar 23, 2019 6:13 pm
Forum: Coding Questions
Topic: Decimal point?
Replies: 8
Views: 1920

Re: Decimal point?

Every programming language uses a period for the decimal point, not just PureBasic. It's the industry standard.
by Dude
Sat Mar 23, 2019 2:23 pm
Forum: Coding Questions
Topic: Mailer problem with PB 5.70 LTS
Replies: 4
Views: 1025

Re: Mailer problem with PB 5.70 LTS

loulou2522 wrote:THis code was workin with older version of PB but not now.
Can someone help me to solve that
It's not a PureBasic problem; it's just because Gmail has changed their security (again).

See here to solve your problem: viewtopic.php?f=12&t=72517
by Dude
Sat Mar 23, 2019 2:22 pm
Forum: Tricks 'n' Tips
Topic: How To: Send mail through Gmail's SMTP
Replies: 10
Views: 4656

How To: Send mail through Gmail's SMTP

Hi all! Gmail's security is a bit tricky to set up, and they keep changing their procedure, so here's what works for me as of March 2019. I'll update this from time to time if/when needed. :) First, you must understand that you can't use your normal Gmail password with SMTP. You have to create an ap...
by Dude
Fri Mar 22, 2019 8:30 am
Forum: Coding Questions
Topic: How to move or copy a file between directories that have spa
Replies: 18
Views: 2983

Re: How to move or copy a file between directories that have

i'm trying to copy a file from one directory like: C:\Users\PC 1\Desktop\ , but its impossible cause he have a space (PC""1), anyone can help me to solve this ? It's as simple as this: source$="C:\Program Files\Internet Explorer\iexplore.exe" target$="C:\Temp\" CopyFil...
by Dude
Wed Mar 20, 2019 8:39 am
Forum: Coding Questions
Topic: How to ensure my pb app running only once?
Replies: 17
Views: 2906

Re: How to ensure my pb app running only once?

Here's what I use. I have the following at the start of my code: Sleep_(500) ; OPTIONAL: So app can restart without the mutex stopping it. Global product$="Unique app ID (such as company + product)" ; Something no other app has! Global WM_ACTIVATEOLDINST=RegisterWindowMessage_("WM_ACT...
by Dude
Tue Mar 19, 2019 12:25 pm
Forum: Off Topic
Topic: Play video links via php?
Replies: 4
Views: 1896

Re: Play video links via php?

Thanks VB6_to_PBx, but it was the "<?= $file ?>" bit of code that I was missing and needed.
by Dude
Mon Mar 18, 2019 10:13 pm
Forum: Off Topic
Topic: Future Tech video awesome animations mimic real people
Replies: 4
Views: 1504

Re: Future Tech video awesome animations mimic real people

Bitblazer wrote:The human rendering in those movies is pretty bad/outdated/old.
Yep, reminded me of GTA3.
by Dude
Mon Mar 18, 2019 12:53 pm
Forum: Off Topic
Topic: what Programming Language has this ugly looking syntax
Replies: 7
Views: 2038

Re: what Programming Language has this ugly looking syntax

VB6_to_PBx wrote:Your example showed correctly in this PHPBB Forum
His example is an image. :)
by Dude
Sat Mar 16, 2019 10:19 am
Forum: Coding Questions
Topic: False Malware flagged by Virus Software
Replies: 9
Views: 2524

Re: False Malware flagged by Virus Software

Yes, VirusTotal web results from my uploads. Been that way for a while.
by Dude
Sat Mar 16, 2019 8:42 am
Forum: Coding Questions
Topic: False Malware flagged by Virus Software
Replies: 9
Views: 2524

Re: False Malware flagged by Virus Software

you can change purebasic pe signature to bypass av Hi CELTIC88, I tried your code with my "infected" exe and it instantly reduced the number of false-positives: Before: 26 /68 false positives -> https://i.imgur.com/AUqnp8A.png After: 10 /69 false positives -> https://i.imgur.com/h9ZKj1r.p...
by Dude
Fri Mar 15, 2019 8:24 am
Forum: Coding Questions
Topic: False Malware flagged by Virus Software
Replies: 9
Views: 2524

Re: False Malware flagged by Virus Software

It was so bad that I was forced to disinfect the machine! Do you mean you chose to disinfect, or your AV did actually force you to disinfect? It would've been a false-positive, which means you won't need to disinfect. This false-positive problem occurs from time to time with PureBasic apps. One of ...
by Dude
Fri Mar 15, 2019 12:05 am
Forum: Coding Questions
Topic: [v571b2]Cannot see long default file in OpenFileRequester()?
Replies: 11
Views: 1710

Re: [v57] Cannot see long default files in OpenFileRequester

skywalk wrote:I have to hook the dialog and sendkey {HOME} to see the full file
I could swear I posted some tiny code to do that before, but can't find it with a search now. :(
by Dude
Fri Mar 15, 2019 12:04 am
Forum: Announcement
Topic: HTML5 Browser
Replies: 193
Views: 87433

Re: HTML5 Browser

It's only one day old. :)