Thanks mk-soft,
I was working in something similar one or two years ago, it was far from being functional, but I noticed my code could be more encapsulated by using SetWindowSubclass to manage all the subclassing of the listicon, so the 'user' doesn't need to use SetWindowCalback() and manage the ...
Search found 237 matches
- Tue Jan 13, 2026 10:34 am
- Forum: Tricks 'n' Tips
- Topic: Window ListIconGadget With Owner Data (Very Fast)
- Replies: 44
- Views: 3153
- Sun Dec 07, 2025 10:33 am
- Forum: Tricks 'n' Tips
- Topic: WinFX-Lib (incl. "click-through" Window) - [Windows Source]
- Replies: 9
- Views: 11882
Re: WinFX-Lib (incl. "click-through" Window) - [Windows Source]
Thanks again again
- Thu Nov 20, 2025 10:25 am
- Forum: Tricks 'n' Tips
- Topic: CheckboxList Window [Win Only & some hints]
- Replies: 1
- Views: 663
Re: CheckboxList Window [Win Only & some hints]
Very Usefull!
Just when I needed it most!
Thank you!
Just when I needed it most!
Thank you!
- Mon Nov 10, 2025 10:56 am
- Forum: The PureBasic Editor
- Topic: [IDE-Tool] Templates Backup
- Replies: 17
- Views: 6265
Re: [IDE-Tool] Templates Backup
Wow!
I didn't know about it!
Surely is added to PB this year. Very useful.
Thanks
I didn't know about it!
Surely is added to PB this year. Very useful.
Thanks
- Mon Nov 10, 2025 8:52 am
- Forum: Coding Questions
- Topic: Compute the control points for an arbitrary bezier curve
- Replies: 2
- Views: 1742
- Sat Nov 08, 2025 11:13 am
- Forum: Tricks 'n' Tips
- Topic: Another ColorRequester (Cross-platform)
- Replies: 24
- Views: 7995
- Thu Nov 06, 2025 3:06 pm
- Forum: Tricks 'n' Tips
- Topic: Another ColorRequester (Cross-platform)
- Replies: 24
- Views: 7995
Re: Another ColorRequester (Cross-platform)
Hi Zapman,
Thanks for these wonderful requester.
What are the license terms?
Thanks for these wonderful requester.
What are the license terms?
- Thu Nov 06, 2025 2:54 pm
- Forum: Tricks 'n' Tips
- Topic: PureLibrary Helper Functions
- Replies: 5
- Views: 1193
Re: PureLibrary Helper Functions
The pfshadoko tool is now shipped in the compilers directory so it should be easy to add a tool in the IDE to use it
Hi Fred!
The tool shipped with purebasic doesn't work for me. There is a window (console?) showing and disapearing in a blink of eye. Only to give some feedback, as the version ...
- Thu Nov 06, 2025 9:32 am
- Forum: The PureBasic Editor
- Topic: A complete code browser for PureBasic [Windows]
- Replies: 82
- Views: 56894
Re: A complete code browser for PureBasic [Windows]
Thanks, seems fantastic ide tool.
I can't use ite due error: "Unable to retreive the item 206" "206 is menu handle" "The search was BY COMMAND"
Any hints?
I can't use ite due error: "Unable to retreive the item 206" "206 is menu handle" "The search was BY COMMAND"
Any hints?
- Tue Nov 04, 2025 12:42 pm
- Forum: Coding Questions
- Topic: How to Use `#PB_Compiler_Procedure` in a Macro to Declare a Variable?
- Replies: 6
- Views: 910
Re: How to Use `#PB_Compiler_Procedure` in a Macro to Declare a Variable?
Thanks STARGÅTE and Piero!
I'll think about this tool.
Maybe
I'll think about this tool.
Maybe
Code: Select all
#PB_Compiler_Procedure% ;tools replace by procedure name with no double quotes.
- Tue Nov 04, 2025 12:23 pm
- Forum: Coding Questions
- Topic: DebugImage
- Replies: 2
- Views: 381
Re: DebugImage
Wow, after 13 years still learning new tricks!!!
Thanks Infratec!!!
Thanks Infratec!!!
- Tue Nov 04, 2025 11:54 am
- Forum: Coding Questions
- Topic: DebugImage
- Replies: 2
- Views: 381
DebugImage
Hi folks,
I have seen some code in this forum to show a image while debugging.
I know I can create a window, a ImageGadget, etc...
But I remember the code I saw was very clever with some smart tricks.
Anyone knows?
I have seen some code in this forum to show a image while debugging.
I know I can create a window, a ImageGadget, etc...
But I remember the code I saw was very clever with some smart tricks.
Anyone knows?
- Sun Nov 02, 2025 12:16 pm
- Forum: Coding Questions
- Topic: How to Use `#PB_Compiler_Procedure` in a Macro to Declare a Variable?
- Replies: 6
- Views: 910
Re: How to Use `#PB_Compiler_Procedure` in a Macro to Declare a Variable?
Thanks Piero,
Let's see one real case scenario:
#RUNONCE_ABORT = -1
Macro MacroRunOnce(_AtomicFlagInt32_, _ReturnValueOnAbort_ = #RUNONCE_ABORT, _StatementOnAbort_ =)
If InterlockedCompareExchange_(@_AtomicFlagInt32_, 1, 0) = 1 ; set atomicflag to 1 if it is zero
_StatementOnAbort ...
Let's see one real case scenario:
#RUNONCE_ABORT = -1
Macro MacroRunOnce(_AtomicFlagInt32_, _ReturnValueOnAbort_ = #RUNONCE_ABORT, _StatementOnAbort_ =)
If InterlockedCompareExchange_(@_AtomicFlagInt32_, 1, 0) = 1 ; set atomicflag to 1 if it is zero
_StatementOnAbort ...
- Sun Nov 02, 2025 8:49 am
- Forum: Coding Questions
- Topic: How to Use `#PB_Compiler_Procedure` in a Macro to Declare a Variable?
- Replies: 6
- Views: 910
How to Use `#PB_Compiler_Procedure` in a Macro to Declare a Variable?
Hi Folks!
I'm trying to write a PureBasic macro that declares a `Protected.s` variable named after the current procedure using `#PB_Compiler_Procedure`. Here's what I attempted:
Macro CreateProtectedStringVarWithProcName()
Protected.s #PB_Compiler_Procedure
EndMacro
Procedure.s MyProcedure ...
I'm trying to write a PureBasic macro that declares a `Protected.s` variable named after the current procedure using `#PB_Compiler_Procedure`. Here's what I attempted:
Macro CreateProtectedStringVarWithProcName()
Protected.s #PB_Compiler_Procedure
EndMacro
Procedure.s MyProcedure ...
- Wed Oct 29, 2025 9:35 am
- Forum: Announcement
- Topic: Rapid Object Mapping
- Replies: 36
- Views: 9234
Re: Rapid Object Mapping
Important Update Regarding Project Releases :
With the latest version of PureBasic, I have implemented hundreds of updates and enhancements across my various projects. However, since PureBasic is still in beta, most of the updated projects will not be published on my website until the final ...