I am guessing you are supposed to use the NotifyIcon as a icon in the system tray. So I set mine to when it is double clicked
All that code does is add another icon in the tray. Nothing more. How do I fix?VB Code:
Dim que As New Form1 If que.WindowState = FormWindowState.Minimized Then que.WindowState = FormWindowState.Maximized End If




Reply With Quote