Click here to Skip to main content
15,897,371 members
Articles / Programming Languages / Visual Basic

Minimize Form in System Tray

Rate me:
Please Sign up or sign in to vote.
3.00/5 (4 votes)
12 Feb 2010CPOL 33.5K   8  
Note that you must select NotifyIcon1 from the ToolBox and set any icon to its icon property plus make 3 buttons or you can write minimize to tray code in the form closing event.Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, _ ByVal e As...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions