NotifyIcon

  • Thread starter Thread starter Ed
  • Start date Start date
E

Ed

Hi,
I have a problem with NotifyIcon class.
In my application I have used NotifyIcon to
add my icon to system tray. I have set

showintaskbar = false;

The problem is when I do Alt+Tab I can see a
ms-windows(the same icon as in Start button) Icon in
the list.
How can I remove from that list??

Thanks in advance
Ed
 
Yikes.. how obscure!!

how did Joe White think of this solution!!??!! and what is likely causing
the underlying problem in the first place??
 
Thanks for the response.

It works for me.

I have one more problem though.

When I close my application, the application's icon
remains on the system tray till I move the mouse over it.
I have added the code
NotifyICon1.Visible = false;

It sill does not work. Do I have to do anything more??

Thanks again in advance

Ed
 
Back
Top