Multicolor Procedure List 1.3.8 has been released.
Changelog:
Added: Export procedure list to clipboard, TXT, XML and JSON
Very good tool that i use everyday, but it could be good to add a new function: copy in the clipboard all the the entries in the procedure list. Very usefull to ...
Search found 1216 matches
- Sat Sep 14, 2024 2:39 pm
- Forum: Applications - Feedback and Discussion
- Topic: Multicolor Procedure List
- Replies: 132
- Views: 65250
- Mon Aug 12, 2024 4:05 pm
- Forum: Announcement
- Topic: PureBasic 6.12 LTS is out !
- Replies: 92
- Views: 53591
Re: PureBasic 6.12 beta 2 is out !
It's great that PureBasic is still being developed further. Thank you for everything!
- Sun Aug 11, 2024 4:15 pm
- Forum: Applications - Feedback and Discussion
- Topic: PB.Ex FTP (Windows)
- Replies: 43
- Views: 34254
Re: PB.Ex FTP (Windows)
Since SFTP is supported in the current PB beta version, this library is no longer needed and development is discontinued.
- Mon Jul 01, 2024 9:25 am
- Forum: 3D Programming
- Topic: A Vulkan wrapping in PB ? Nice idea !
- Replies: 8
- Views: 3373
Re: A Vulkan wrapping in PB ? Nice idea !
+1
I hope this happens soon because the Ogre version integrated in PB is very very outdated.
- Thu May 30, 2024 10:26 am
- Forum: Windows
- Topic: PB 6.11 B3 doesn't compile with Win 7?
- Replies: 7
- Views: 2961
Re: PB 6.11 B3 doesn't compile with Win 7?
Why do you want to compile with or for Windows 7?
Windows 7 is 15 years old and no longer receives security updates.
Windows 7 is 15 years old and no longer receives security updates.
- Wed May 29, 2024 12:14 pm
- Forum: General Discussion
- Topic: File size of compiled exe files in PB 6.10 (64bit and 32bit)
- Replies: 4
- Views: 1579
Re: File size of compiled exe files in PB 6.10 (64bit and 32bit)
I noticed that recently too, but I think it's a good thing because it means there are fewer false positives.
- Sun May 26, 2024 11:19 am
- Forum: Applications - Feedback and Discussion
- Topic: Documentation Comment
- Replies: 31
- Views: 26329
Re: Documentation Comment
Oh, I hope you didn't lose your own files.
- Sun May 26, 2024 11:15 am
- Forum: Applications - Feedback and Discussion
- Topic: PB.Ex PDF (Windows)
- Replies: 9
- Views: 9355
Re: PB.Ex PDF (Windows)
PB.Ex PDF 1.0.2.0 has been released.
Changelog:
Added: SetPDFPage(): Set the page to write on.
@BeePee
You first have to create a new page with AddPDFPage(), then you can insert text.
But I added a new function SetPDFPage() so you can set which page you want to write on.
Example ...
Changelog:
Added: SetPDFPage(): Set the page to write on.
@BeePee
You first have to create a new page with AddPDFPage(), then you can insert text.
But I added a new function SetPDFPage() so you can set which page you want to write on.
Example ...
- Sun May 26, 2024 10:24 am
- Forum: Applications - Feedback and Discussion
- Topic: Documentation Comment
- Replies: 31
- Views: 26329
Re: Documentation Comment
Sorry for the late reply. :)
Documentation Comment 1.1.2 has been released.
Changelog:
Optimized: New Lexer version by Sicro. Thanks Sicro.
Optimized: Window position now works with DPI
Changed: License.txt
On my side the space for the displayed comment-info box seems vertically ...
Documentation Comment 1.1.2 has been released.
Changelog:
Optimized: New Lexer version by Sicro. Thanks Sicro.
Optimized: Window position now works with DPI
Changed: License.txt
On my side the space for the displayed comment-info box seems vertically ...
- Thu Mar 14, 2024 7:25 pm
- Forum: Applications - Feedback and Discussion
- Topic: PB.Ex Mail (Windows)
- Replies: 50
- Views: 37205
Re: PB.Ex Mail (Windows)
Hello GG
Try with:
Try with:
Code: Select all
XIncludeFile("PB.Ex_Mail.pbi")
Global Output$ = Space(1000000)
Global ErrorOutput$ = Space(128)
OpenMailEx(1,...
- Sun Jan 28, 2024 7:39 pm
- Forum: Coding Questions
- Topic: Check time of last shutdown?
- Replies: 4
- Views: 1064
- Wed Jan 17, 2024 11:46 am
- Forum: Feature Requests and Wishlists
- Topic: WebGadget Developer Tools
- Replies: 7
- Views: 2067
- Tue Jan 16, 2024 7:42 pm
- Forum: Applications - Feedback and Discussion
- Topic: PB.Ex Mail (Windows)
- Replies: 50
- Views: 37205
Re: PB.Ex Mail (Windows)
I created a new Hotmail email address and tested it. Unfortunately, Hotmail is not supported.alxfrnds wrote: Mon Jan 15, 2024 8:40 pm Any idea with this error trying to login hotmail/outlook:
"Authentication failed because the remote party has closed the transport stream."
- Mon Jan 15, 2024 3:00 pm
- Forum: Applications - Feedback and Discussion
- Topic: PB.Ex Mail (Windows)
- Replies: 50
- Views: 37205
Re: PB.Ex Mail (Windows)
Yes, you'll need to create an app password for your application in Gmail. Then you can use it in PureBasic: https://support.google.com/mail/answer/185833?hl=en
\\Edit:
The question has disappeared.
\\Edit:
The question has disappeared.

- Thu Jan 04, 2024 2:44 pm
- Forum: Applications - Feedback and Discussion
- Topic: PB.Ex Mail (Windows)
- Replies: 50
- Views: 37205
Re: PB.Ex Mail (Windows)
Hello captain_skank
HTML code is used by default. I.e. if you want to insert line breaks: <br>
HTML code is used by default. I.e. if you want to insert line breaks: <br>