system Tray
-
How do I minimuise my program into the system tray.
-
How do I minimuise my program into the system tray.
-
How do I minimuise my program into the system tray.
I wrote an article that minimizes the windows app to the tray and also using a notify icon. It is in .net 2.0. The part of the code that minimizes the form is pretty much the same. http://www.codeproject.com/dotnet/notifyiconcontrol20.asp[^] Hope that helps. Ben
-
I wrote an article that minimizes the windows app to the tray and also using a notify icon. It is in .net 2.0. The part of the code that minimizes the form is pretty much the same. http://www.codeproject.com/dotnet/notifyiconcontrol20.asp[^] Hope that helps. Ben
kubben wrote:
I wrote an article that minimizes the windows app to the tray and also using a notify icon. It is in .net 2.0. The part of the code that minimizes the form is pretty much the same. http://www.codeproject.com/dotnet/notifyiconcontrol20.asp\[^\] Hope that helps. Ben
Thanks for your reply, it got me started in the right direction..:-D instead of Form1_Closing i used Form1_Move and works a.o.k.:-D