News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Does Windows programs need more than one tray icon ?

Started by kcvinu, July 29, 2024, 10:56:43 AM

Previous topic - Next topic

kcvinu

Hi all,
I don't know this question is suited for this forum. But it's Windows GUI related and I know you guys are masters in this arena, so I hope you can answer this.
I am writing gui libraries in different programming languages like C3, D, Odin, Nim, Nelua. For the sake of this post, let us take C3. It is a C like language with manual memory management.
I want to implement a tray icon feature in these libs. So this is my question.

Does Windows programs need more than one tray icon ?
I am planning to create a message only window to handle the messages generated by tray icon and balloon text.
So, If we need more than one tray icon, should I need to create each message only window for each tray ? Or should I use single window handle for all NOTIFYICONDATA structs ?
Thanks in advance.

NoCforMe

Just to let you know you're one level away from the Windows API forum, which is below this one. (You could ask a moderator to move this if you like.)
Assembly language programming should be fun. That's why I do it.

kcvinu

@NoCforMe,
Thanks for the reply. I will sure ask for it.

stoo23