Posts: 1,769
Threads: 410
Joined: Feb 2003
i'm using this function to hide icons in my systray so that i only have qm showing. it seems to be "removing" some icons instead of just hidding them.
any ideas why?
thanks.
Posts: 12,140
Threads: 142
Joined: Dec 2002
I don't know. You see, the function only hides.
SendMessage(hwnd WINAPI.TB_HIDEBUTTON i hide)
Maybe, when you try to show it, its tooltip (button text) is different than when hiding.
Posts: 12,140
Threads: 142
Joined: Dec 2002
In Windows XP, you can hide selected tray icons. Why do you need to use QM for this?
Posts: 1,769
Threads: 410
Joined: Feb 2003
thanks. i'll let you know if i come up with something on this.