Thanks
Search found 229 matches
- Wed Sep 10, 2025 8:46 pm
- Forum: Bugs - IDE
- Topic: New Forms Get Duplicated #PB_Window_SystemMenu Flag
- Replies: 5
- Views: 634
- Tue Sep 09, 2025 3:56 pm
- Forum: Bugs - IDE
- Topic: New Forms Get Duplicated #PB_Window_SystemMenu Flag
- Replies: 5
- Views: 634
Re: New Forms Get Duplicated #PB_Window_SystemMenu Flag
This bug is very annoying.
Will it be fixed in the PB v6.30?
Will it be fixed in the PB v6.30?
- Tue Jun 10, 2025 4:04 pm
- Forum: Announcement
- Topic: PureBasic 6.21 is out !
- Replies: 169
- Views: 35769
Re: PureBasic 6.21 is out !
Many thanks Fred & Team
- Thu Feb 13, 2025 10:10 pm
- Forum: Announcement
- Topic: PureBasic 6.20 is out !
- Replies: 148
- Views: 83194
Re: PureBasic 6.20 is out !
Thnak you Fred and team
- Wed Apr 24, 2024 12:50 pm
- Forum: Announcement
- Topic: PureBasic 6.11 LTS is out !
- Replies: 70
- Views: 41657
- Fri Mar 29, 2024 6:54 pm
- Forum: Announcement
- Topic: PureBasic 6.10 LTS is out !
- Replies: 344
- Views: 110824
Re: PureBasic 6.10 LTS is out !
Thank you so much Fread & Freak & all team for this big release 

- Mon Dec 25, 2023 1:36 am
- Forum: Announcement
- Topic: PureBasic 6.10 LTS is out !
- Replies: 344
- Views: 110824
Re: PureBasic 6.10 beta 1 - Xmas Release - is out !
Thank you sooo much Fred & Freak 4 Xmas gift 

- Sun Nov 19, 2023 12:46 pm
- Forum: Announcement
- Topic: Blog post !
- Replies: 325
- Views: 125868
Re: Blog post !
This is very very good news and I can't wait for the first PB v6.10 beta version 

- Tue Nov 12, 2019 2:30 pm
- Forum: Announcement
- Topic: Windows Services & Other Stuff
- Replies: 197
- Views: 171156
Re: Windows Services & Other Stuff
Many thanks @JHPJHP for your great codes especially "CopyData" and "ShareMemory"
I tested "CopyData" with big unicode text and it worked great
I tested "CopyData" with big unicode text and it worked great

- Tue Nov 12, 2019 2:24 pm
- Forum: Coding Questions
- Topic: Send string between apps
- Replies: 18
- Views: 4813
Re: Send string between apps
Thank you all for your solutions.
After test all, i think best one for me and my program is using SendMessage with #WM_COPYDATA.
So thanks again @JHPJHP & @oreopa & @IdeasVacuum for SendMessage codes and examples, especially @JHPJHP for great CopyData example code in "Windows Services & Other Stuff ...
After test all, i think best one for me and my program is using SendMessage with #WM_COPYDATA.
So thanks again @JHPJHP & @oreopa & @IdeasVacuum for SendMessage codes and examples, especially @JHPJHP for great CopyData example code in "Windows Services & Other Stuff ...
- Sun Nov 10, 2019 10:39 pm
- Forum: Coding Questions
- Topic: Send string between apps
- Replies: 18
- Views: 4813
Re: Send string between apps
Thanks but I mean on local system, something like share string variable between two program
My string variable is over 600 KB and updated every second in app1,after each string update i want send it (share) with app2 to process it.
Write and read from file is one basic way but i want faster way if ...
My string variable is over 600 KB and updated every second in app1,after each string update i want send it (share) with app2 to process it.
Write and read from file is one basic way but i want faster way if ...
- Sun Nov 10, 2019 8:26 pm
- Forum: Coding Questions
- Topic: Send string between apps
- Replies: 18
- Views: 4813
Send string between apps
Hi everyone
I want send big string variable from app1 to app2, what is the best or fastest way?
I want send big string variable from app1 to app2, what is the best or fastest way?
- Wed Sep 04, 2019 11:19 pm
- Forum: Coding Questions
- Topic: Convert Html code
- Replies: 2
- Views: 1572
Re: Convert Html code
Thank you so much infratec
Very fast and helpful.

Very fast and helpful.
- Wed Sep 04, 2019 7:54 pm
- Forum: Coding Questions
- Topic: Convert Html code
- Replies: 2
- Views: 1572
Convert Html code
Hello everyone
How can i convert Html code like "۱۳" to clear text?
I get this html code when run this code:
InitNetwork()
*Buffer = ReceiveHTTPMemory("http://zartools.com/zar/tools/time-date/date-f.php")
If *Buffer
Size = MemorySize(*Buffer)
Debug "Content: " + PeekS(*Buffer ...
How can i convert Html code like "۱۳" to clear text?
I get this html code when run this code:
InitNetwork()
*Buffer = ReceiveHTTPMemory("http://zartools.com/zar/tools/time-date/date-f.php")
If *Buffer
Size = MemorySize(*Buffer)
Debug "Content: " + PeekS(*Buffer ...
- Mon Feb 20, 2017 11:07 am
- Forum: Feature Requests and Wishlists
- Topic: StatusBar: #PB_Event_LeftClick
- Replies: 7
- Views: 4464
Re: StatusBar: #PB_Event_LeftClick
+1Marc56us wrote: I suggested a native function.