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

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -