J
John Wildes
Hello All
I have an application that has one form. I start the application using a
Application.Run(New frmMain) command in Sub Main(). When I exit, the exit
menu Item simply does a Me.Close . It closes and ends the application, and
closes the NotifyIcon I have specified for this application. When I use
Application.Exit it closes the form and ends the application but the
NotifyIcon doesn't remove itself unless you hover a mouse cursor over it.
I guess my question is, am I gaining anything by using the Application.Exit
command rather than using the Me.Close command?
Just a noob wondering.
Thanks
John
I have an application that has one form. I start the application using a
Application.Run(New frmMain) command in Sub Main(). When I exit, the exit
menu Item simply does a Me.Close . It closes and ends the application, and
closes the NotifyIcon I have specified for this application. When I use
Application.Exit it closes the form and ends the application but the
NotifyIcon doesn't remove itself unless you hover a mouse cursor over it.
I guess my question is, am I gaining anything by using the Application.Exit
command rather than using the Me.Close command?
Just a noob wondering.
Thanks
John