Search found 184 matches

by dcr3
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. :mrgreen:
by dcr3
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
by dcr3
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.
by dcr3
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. :idea:

Has anyone manage to do so, what is the solution. :?:

Or is there any similar modules, that work in a PanelGadget. :idea:
by dcr3
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. :mrgreen:
by dcr3
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

det_uio wrote: Mon Aug 11, 2025 11:42 am (it crashes after 5-10 second)
One observation , different .wav size,the crash happens at different intervals.
by dcr3
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 ...
by dcr3
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 ...
by dcr3
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 ...
by dcr3
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 ...
by dcr3
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 ...
by dcr3
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. :D
by dcr3
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. :?:
by dcr3
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 ...
by dcr3
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?

AZJIO wrote: Mon Dec 30, 2024 2:14 am but the 7zip program cannot open it.
7zip can decompile CHM files.