Look up the NotifyIcon class for adding it into the system tray.
Then run the application, and when minimised,
NotifyIcon = true
ShowInTaskbar = false
Visible = false.
To get it to run after installation, add a custom action to the install.
Hope this helps.
Dominic
|