views:

111

answers:

2

How do I get Active Icons in system Tray programmaticaly Vs2005 c#? Any Ideas?

+1  A: 

I think you want NotifyIcon. http://msdn.microsoft.com/en-us/library/system.windows.forms.notifyicon.aspx

This will let you put your app's icon in the systray.

Matt Dotson
I want to get list of all Notify icons present in system tray.
Dee