NotifyIcon stays on taskbar when application closed, then when I move mouseover it, it disappears.
I tried this on shutdown,
Private Sub MyApplication_Shutdown(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Shutdown
Form2.NotifyIcon1.Visible = False
Form2.NotifyIcon1.Dispose()
End Sub
It still stays, any suggestion on this ?
thanks