Add to Tray

sputnik

Member
Joined
Oct 11, 2005
Messages
10
Programming Experience
5-10
I have a Winforms app that I've created - I'd like to know if it's possible (and how to do it, or a link to a place that can tell me how), within that application, to allow the user to choose to make it a tray application that can then be accessed from there on out, from the tray.

any ideas?
 
Add a NotifyIcon component to form from Toolbox, configuring it is easy just refer to help or the video MattP linked to. Here's online help for that class: NotifyIcon Class (System.Windows.Forms)
 
Back
Top