notification tray

Notification/System Tray Application

This is a simple notification/system tray application in vb.net 2010. All code is minimal needed, I have seen many examples that are more complicated then it needs to be. Form Load: Me.Close() Form closing: e.Cancel = True Me.WindowState = System.Windows.Forms.FormWindowState.Minimized Me.ShowInTaskbar = False Context menu Exit: End Cotext menu Show: Me.WindowState = System.Windows.Forms