Hi. I'm writing a program in VB.NET 2003. I want to minimize the program so that it does not show up on the taskbar (already got this one down) but have the program icon show up in the notification area/system tray.
Any suggestions?
Printable View
Hi. I'm writing a program in VB.NET 2003. I want to minimize the program so that it does not show up on the taskbar (already got this one down) but have the program icon show up in the notification area/system tray.
Any suggestions?
C:\Program Files\Microsoft Visual Studio .NET 2003\Vb7\VB Samples\WinForms-SysTraySample
gives you a good example.
in case you don't have it.. i've attached the project.