Search found 184 matches
- Wed Oct 22, 2025 1:54 pm
- Forum: The PureBasic Editor
- Topic: [IDE-Tool] Templates Backup
- Replies: 12
- Views: 2246
Re: [IDE-Tool] Templates Backup
Nice tool. Works. But restore button needs fixing. 
- Sat Oct 18, 2025 9:49 am
- Forum: Coding Questions
- Topic: Howto execute a program
- Replies: 9
- Views: 460
Re: Howto execute a program
A nice examples by TI-994A
viewtopic.php?t=61715
viewtopic.php?t=64684
PureBasic Form Designer Tutorial.https://youtu.be/MZyi7GjS7gM
viewtopic.php?t=61715
viewtopic.php?t=64684
PureBasic Form Designer Tutorial.https://youtu.be/MZyi7GjS7gM
- Thu Oct 09, 2025 8:53 pm
- Forum: Coding Questions
- Topic: Transparent image over MDI gadget over all windows
- Replies: 6
- Views: 788
Re: Transparent image over MDI gadget over all windows
Interesting
Which PB Version has,this #PB_Image_BorderLess.
Which PB Version has,this #PB_Image_BorderLess.
- Tue Sep 23, 2025 5:06 pm
- Forum: Applications - Feedback and Discussion
- Topic: [Module] ButtonEx (all OS)
- Replies: 43
- Views: 34449
Re: [Module] ButtonEx (all OS)
I would like to use this module, but it doesn't work in a PanelGadget.
Has anyone manage to do so, what is the solution.
Or is there any similar modules, that work in a PanelGadget.
Has anyone manage to do so, what is the solution.
Or is there any similar modules, that work in a PanelGadget.
- Fri Aug 29, 2025 2:58 pm
- Forum: General Discussion
- Topic: Is PureBasic dead?
- Replies: 21
- Views: 3342
Re: Is PureBasic dead?
It's only dead, when we die. 
- Tue Aug 12, 2025 12:24 pm
- Forum: Coding Questions
- Topic: why I cannot write a procedure in the loop event
- Replies: 19
- Views: 1291
Re: why I cannot write a procedure in the loop event
One observation , different .wav size,the crash happens at different intervals.
- Sun Aug 10, 2025 9:12 pm
- Forum: Tricks 'n' Tips
- Topic: Windows Media Player Control
- Replies: 47
- Views: 18189
Re: Windows Media Player Control
=Bisonte post_id=643917 time=1754843946 user_id=3820]
sorry, but WHAT should I download there ? I am old, I need help ;)
1. Download
https://globalcdn.nuget.org/packages/videolan.libvlc.windows.3.0.21.nupkg?packageVersion=3.0.21
2. Rename
videolan.libvlc.windows.3.0.21.nupkg
To
videolan ...
sorry, but WHAT should I download there ? I am old, I need help ;)
1. Download
https://globalcdn.nuget.org/packages/videolan.libvlc.windows.3.0.21.nupkg?packageVersion=3.0.21
2. Rename
videolan.libvlc.windows.3.0.21.nupkg
To
videolan ...
- Sat May 31, 2025 5:55 pm
- Forum: Coding Questions
- Topic: OK on PB6.20 and ERROR on PB6.21b9
- Replies: 6
- Views: 550
Re: OK on PB6.20 and ERROR on PB6.21b9
Does the solution exist with this beta 9?
Yes? :?
As written in the error message:
add #PB_Sprite_AlphaBlending at all CreateSprite() procedures.
Just add #PB_Sprite_AlphaBlending
CreateSprite(0, zoom/rang,zoom/rang,#PB_Sprite_AlphaBlending)
CreateSprite(1000, zoom/rang,zoom/rang,#PB ...
- Mon Mar 03, 2025 4:34 pm
- Forum: Tricks 'n' Tips
- Topic: Sort ListIconGadget [Windows only]
- Replies: 50
- Views: 7016
Re: Sort ListIconGadget [Windows only]
May be something like this.It's your call.
Global Dim dates.s(4)
Global CSLI_DateFormat$
Select CSLI_DateFormat$
Case dates(0)
CSLI_DateFormat$="%dd.%mm.%yyyy"
Case dates(1)
CSLI_DateFormat$="%dd-%mm-%yyyy"
Case dates(2)
CSLI_DateFormat$="%dd/%mm/%yyyy"
Case dates(3)
CSLI_DateFormat ...
Global Dim dates.s(4)
Global CSLI_DateFormat$
Select CSLI_DateFormat$
Case dates(0)
CSLI_DateFormat$="%dd.%mm.%yyyy"
Case dates(1)
CSLI_DateFormat$="%dd-%mm-%yyyy"
Case dates(2)
CSLI_DateFormat$="%dd/%mm/%yyyy"
Case dates(3)
CSLI_DateFormat ...
- Mon Mar 03, 2025 1:01 pm
- Forum: Tricks 'n' Tips
- Topic: Sort ListIconGadget [Windows only]
- Replies: 50
- Views: 7016
Re: Sort ListIconGadget [Windows only]
I haven't tested everything thoroughly in this sort module.
These format dates sort properly.
"%yyyy/%mm/%dd"
"%yyyy.%mm.%dd"
"%dd/%mm/%yyyy
But the following dates format don't sort properly.
"%yyyy-%mm-%dd"
"%dd-%mm-%yyyy"
"%dd.%mm.%yyyy"
Also list of dates, like.
25 Jan 2025 ...
These format dates sort properly.
"%yyyy/%mm/%dd"
"%yyyy.%mm.%dd"
"%dd/%mm/%yyyy
But the following dates format don't sort properly.
"%yyyy-%mm-%dd"
"%dd-%mm-%yyyy"
"%dd.%mm.%yyyy"
Also list of dates, like.
25 Jan 2025 ...
- Mon Feb 24, 2025 2:55 pm
- Forum: Tricks 'n' Tips
- Topic: Sort ListIconGadget [Windows only]
- Replies: 50
- Views: 7016
Re: Sort ListIconGadget [Windows only]
Sorry, I don't understand. It's working fine with a french setting. What happens for you? What do you see?
I don't know about your settings. For me dates don't sort correctly. :!:
May be someone else can vouch for it.
Anyway try the following.
Add different dates to the listicongadget , sort ...
- Sun Feb 23, 2025 9:15 pm
- Forum: Tricks 'n' Tips
- Topic: A very simple SetGadgetColorEx() function [Windows]
- Replies: 41
- Views: 13252
Re: A very simple SetGadgetColorEx() function [Windows]
Realy nice, that you come back to it, not only added color to the others gadgets,but also improved it. 
- Sun Feb 23, 2025 9:05 pm
- Forum: Tricks 'n' Tips
- Topic: Sort ListIconGadget [Windows only]
- Replies: 50
- Views: 7016
Re: Sort ListIconGadget [Windows only]
I think your date routine needs to be fixed. 
- Mon Dec 30, 2024 7:58 pm
- Forum: Coding Questions
- Topic: how to view a CHM file?
- Replies: 21
- Views: 6324
Re: how to view a CHM file?
Your answers indicate that you do not understand what I write. I've been using 7zip to extract CHM for over 15 years.
Right then,
https://github.com/Bioruebe/UniExtract2
https://github.com/Bioruebe/UniExtract2/releases/download/v2.0.0-rc.3/UniExtractRC3.zip
The sources are available in ...
- Mon Dec 30, 2024 7:25 pm
- Forum: Coding Questions
- Topic: how to view a CHM file?
- Replies: 21
- Views: 6324
Re: how to view a CHM file?
7zip can decompile CHM files.