Hi there,
I wanted my icon appeared into the system tray... , right after complition of my project installation.
and
the link u suggested...., gives the knowledge of putting the icon in the system tray.... , after the user clicks the form of my project or If I double click the exe.... , and i am writing that code(the code that will invoke the icon on the system tray), at the form load(the form that will appear on double clicking the exe.)
Please help.
Thank You.
Pankaj Garg
Quote:
quote:Originally posted by ripplecreations
You use deployment tool to start you application or batch file to start your application. To place your application in system tray you need to program your application such that when it starts it places itself in the system tray. Here is the link where you can find information on writing the code.
http://msdn2.microsoft.com/en-us/library/system.windows.forms.notifyicon(vs.80).aspx
RippleCreations.com
|