This question may have been asked but I couldn't find it in my searches. I am fixing to make an application and I want it to load into the System Tray. I will be using C# and .NET 2.0 (or 3.0). My question is how do I make my application start in the tray bar?
Sort of like McAfee anti-virus does when it loads during startup. Anyone know how to accomplish this?
Application Starts Minimized
Started by Lop, Apr 23 2007 05:05 PM
2 replies to this topic
#1
Posted 23 April 2007 - 05:05 PM
|
|
|
#2
Posted 01 May 2007 - 11:01 AM
You could always just not load the main window and load only the splash screen.
#3
Posted 01 May 2007 - 08:55 PM
To be honest, I don't know exactly how C# works.
In the Win32API there's the two functions, ShowWindow and Shell_NotifyIcon, but how you can use them in your application, you've to figure out by yourself, sorry. At least you now have something to go for.
ShowWindow Function ()
Shell_NotifyIcon Function ()
In the Win32API there's the two functions, ShowWindow and Shell_NotifyIcon, but how you can use them in your application, you've to figure out by yourself, sorry. At least you now have something to go for.
ShowWindow Function ()
Shell_NotifyIcon Function ()


Sign In
Create Account


Back to top









