vb.net - NotifyIcon stays on taskbar when app closes in visual basic 2010 -


The notification stays on the taskbar when the application closes, then when I move the mouseover, it disappears is.

I tried to do this on shutdown,

  Personal Sub MyApplication_Shutdown (ByVal Sender as Object, ByVal E as System.EventArgs) handles. Close Form2.NotifyIcon1.Visible = False Form2.NotifyIcon1.Dispose () End sub  

Is it still any suggestions on this?

Thanks

check


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

excel - Populate list via a bi-Condition -