G
george d lake
Hi,
I have an app that runs in the system tray. When I exit the app (from a
button on a form) the app ends but the icon stays in the tray.
Any ideas?
here is the code I use to end the app
Me.Close()
Me.Hide()
m_trayIcon.Icon = Nothing
End
I have an app that runs in the system tray. When I exit the app (from a
button on a form) the app ends but the icon stays in the tray.
Any ideas?
here is the code I use to end the app
Me.Close()
Me.Hide()
m_trayIcon.Icon = Nothing
End