- Added Header Color Support
- Added Compiler Option #USE_LISTICON_HEADER_COLOR
Update v1.06.2
- Bugfix delete brush objects
On request now also the header with colors.
Thanks for answering
I already had the idea.acreis wrote: Tue Jan 13, 2026 10:34 am 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 notifications message inside the window callback.
Just a tip, I understant your code is in a state of art.
Thanks again

Thanks for answering