Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.NET System Tray Application (How To:)

Status
Not open for further replies.

SiriusBlackOp

Programmer
Oct 20, 2006
503
Anyone here ever used VB.NET 2005 to build a System Tray Application? This is one type of app that I’ve never had to build before and I’m looking for someone who might know/have a good example or tutorial of some sort to get me started.

The project I’m on now is to build a small application that lives only in the system tray as an Icon. It will utilize an API to capture events in a 3rd party Application and thus do things like advanced input validation.

It can’t be a Service due to permissions, so I need something that runs invisible to the user like a service but also runs like an application within the user session. Thus this system tray application came to mind.

I’ve seen some VB6 examples before, but I’m hoping this has gotten easier since then. VB.NET 2003 examples would also be a help, but I prefer 2005.


Senior Software Developer
 
Sirius is right...that's how I do it. You add a notify icon to your app, make sure the app runs minimized and hidden and include a content menu if you want to have a menu to interact with (for starting/stopping/restoring, etc)

=======================================
People think it must be fun to be a super genius, but they don't realize how hard it is to put up with all the idiots in the world. (Calvin from Calvin And Hobbs)

Robert L. Johnson III
CCNA, CCDA, MCSA, CNA, Net+, A+, CHDP
VB/Access Programmer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top