Search found 255 matches
- Wed May 07, 2025 6:17 pm
- Forum: General Discussion
- Topic: Website incredibly slow?
- Replies: 78
- Views: 18423
Re: Website incredibly slow?
+1 nearly 15 seconds to access this thread from France.
- Tue Oct 29, 2024 12:10 pm
- Forum: Off Topic
- Topic: Good Freeware Stuff
- Replies: 669
- Views: 684198
Re: Good Freeware Stuff
Make your own Windows program installer easily and for free.
From my experience the create desktop icon feature is broken but works great other than that.
https://freeextractor.sourceforge.net/FreeExtractor/
Keyword there is "Easily". Other free apps available I think but not so simple.
I ...
- Wed Sep 11, 2024 10:35 am
- Forum: Off Topic
- Topic: Death of DJES
- Replies: 34
- Views: 15169
Re: Death of DJES
Very sad news, best wishes to his friends and family. 

- Fri Aug 16, 2024 5:03 pm
- Forum: Announcement
- Topic: PureBasic 6.12 LTS is out !
- Replies: 92
- Views: 53671
Re: PureBasic 6.12 beta 3 is out !
Like good wine (hem, not always), PureBasic is getting better and better with ages... Thanks Fred.
- Tue Aug 13, 2024 8:26 am
- Forum: Game Programming
- Topic: bE3D Engine Wrapper for purebasic
- Replies: 47
- Views: 35131
Re: bE3D Engine Wrapper for purebasic
Looks interesting for a 3MB dll, anyway we need more examples to get an idea of what's capable and how it's better than PB Ogre3D integration :?
I usually expect more help from a paid library.
P.D: The .chm only shows the index by default on my system (Win10).
You have a security flag to ...
- Thu Aug 01, 2024 9:57 am
- Forum: Announcement
- Topic: PureBasic 6.12 LTS is out !
- Replies: 92
- Views: 53671
Re: PureBasic 6.12 beta 1 is out !
Thanks Fred !
- Thu Jun 06, 2024 9:53 am
- Forum: Announcement
- Topic: PureBasic 6.11 LTS is out !
- Replies: 70
- Views: 41657
Re: PureBasic 6.11 LTS is out !
Thanks Fred for all the work done !
- Mon Apr 01, 2024 8:16 am
- Forum: Off Topic
- Topic: Happy Birthday, Fred!
- Replies: 17
- Views: 5631
Re: Happy Birthday, Fred!
Happy Birthday Fred !
- Thu Mar 28, 2024 11:02 am
- Forum: Announcement
- Topic: PureBasic 6.10 LTS is out !
- Replies: 344
- Views: 110824
Re: PureBasic 6.10 LTS is out !
Thank you very much Fred !
- Sun Mar 24, 2024 9:22 am
- Forum: Off Topic
- Topic: Good Freeware Stuff
- Replies: 669
- Views: 684198
Re: Good Freeware Stuff
Hi community,
Working for a fews days with SQLPage , a free powerful tool which allows you to create Web Site, with sql requests, with a nice look & feel.
The SQLPage web site is built with SQLPage.
A simple example to start >> here << .
It manages Sqlite, PostGreSql, MySQL, MS SqlServer ...
Working for a fews days with SQLPage , a free powerful tool which allows you to create Web Site, with sql requests, with a nice look & feel.
The SQLPage web site is built with SQLPage.
A simple example to start >> here << .
It manages Sqlite, PostGreSql, MySQL, MS SqlServer ...
- Fri Mar 22, 2024 9:20 am
- Forum: Announcement
- Topic: PureBasic 6.10 LTS is out !
- Replies: 344
- Views: 110824
Re: PureBasic 6.10 beta 9 is out !
Thanks Fred !
- Mon Mar 18, 2024 9:20 pm
- Forum: Announcement
- Topic: ProGUI V3 Alpha Sneak Peek!
- Replies: 58
- Views: 29839
Re: ProGUI V3 Alpha Sneak Peek!
I bought a few years ago a license for Progui 1.41.
Can't wait to see the next release...
Can't wait to see the next release...
- Fri Mar 15, 2024 11:07 am
- Forum: Announcement
- Topic: PureBasic 6.10 LTS is out !
- Replies: 344
- Views: 110824
Re: PureBasic 6.10 beta 8 is out !
PS: Who can do a current interview with the makers of PB? What is the current situation? Who is involved? What does the future look like? It would also be interesting to know how many licenses have been sold since the beginning and how many new users are added on average each year. A survey among ...
- Thu Mar 14, 2024 7:46 pm
- Forum: Applications - Feedback and Discussion
- Topic: PB.Ex Mail (Windows)
- Replies: 50
- Views: 37214
Re: PB.Ex Mail (Windows)
Pffff...
Thank you RSBasic and sorry for the inconvenience... :oops:
It works perfectly !
Below the corrected code :
XIncludeFile("PB.Ex_Mail.pbi")
Global Output$ = Space(1000000)
Global ErrorOutput$ = Space(128)
OpenMailEx(1, #PBEx_Mail_Protocol_IMAP, "imap.gmail.com", 993, "xxx.yyy@gmail ...
Thank you RSBasic and sorry for the inconvenience... :oops:
It works perfectly !
Below the corrected code :
XIncludeFile("PB.Ex_Mail.pbi")
Global Output$ = Space(1000000)
Global ErrorOutput$ = Space(128)
OpenMailEx(1, #PBEx_Mail_Protocol_IMAP, "imap.gmail.com", 993, "xxx.yyy@gmail ...
- Thu Mar 14, 2024 5:07 pm
- Forum: Applications - Feedback and Discussion
- Topic: PB.Ex Mail (Windows)
- Replies: 50
- Views: 37214
Re: PB.Ex Mail (Windows)
Hi community,
I'm trying to read mails from gmail.
WIth the following simple code (replace gmail credentials by yours), only the date is printed. I don't know why "subject", "body", "from", "to" items are not printed.
And nothing also with ErrorOutput$
I'm missing something obvious but what ...
I'm trying to read mails from gmail.
WIth the following simple code (replace gmail credentials by yours), only the date is printed. I don't know why "subject", "body", "from", "to" items are not printed.
And nothing also with ErrorOutput$
I'm missing something obvious but what ...