Making a tray icon
-
Lets say i have a program, and i want ot be able to minimize it to the tray, so when the user right clicks on it, it brings up a menu. How would i do this? //Otis
Check out the
[NotifyIcon](http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformsnotifyiconclasstopic.asp)[[^](http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformsnotifyiconclasstopic.asp "New Window")]
class. -Nathan --------------------------- Hmmm... what's a signature? -
Check out the
[NotifyIcon](http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformsnotifyiconclasstopic.asp)[[^](http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformsnotifyiconclasstopic.asp "New Window")]
class. -Nathan --------------------------- Hmmm... what's a signature? -
Otis_69 wrote: Thankyou for uhh... notify'ing me of that Hope it helps... -Nathan --------------------------- Hmmm... what's a signature?