NotifyIcon

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
 
J

JessCurious

Yikes.. how obscure!!

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

Ed

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top