Hi all!
I added a NotifyIcon to my Windows application and it works fine with one exception: I need to remove the taskbar idication of the application when the application is minimized.
I know I can set the ShowinTaskbar property to true, but what event is fired when the taskbar is minimized, or is there no event? If not, is there a different way of checking this? I know it can be done, I have seen it in other applications.
Thanks in advance,
Tazzmann
I added a NotifyIcon to my Windows application and it works fine with one exception: I need to remove the taskbar idication of the application when the application is minimized.
I know I can set the ShowinTaskbar property to true, but what event is fired when the taskbar is minimized, or is there no event? If not, is there a different way of checking this? I know it can be done, I have seen it in other applications.
Thanks in advance,
Tazzmann