B
Beebs
I know I've seen this asked a hundred times, and I've searched all the
google archives, yet I still can't find a clear cut answer which makes
it easy to understand for the beginner. I need to know the best way
to exit my application (my forms are using the singleton method) from
the "Exit" command on my menus which appears on each form. Right now
this is all I'm doing:
Me.Dispose()
Application.Exit()
and my client keeps complaining that the application freezes up on him
and he has to do a soft reboot...what can I do for each exit menu code
that will allow my application to close nicely. Please be simple yet
thorough in you explanation and any snippets are welcome.
Thanks
google archives, yet I still can't find a clear cut answer which makes
it easy to understand for the beginner. I need to know the best way
to exit my application (my forms are using the singleton method) from
the "Exit" command on my menus which appears on each form. Right now
this is all I'm doing:
Me.Dispose()
Application.Exit()
and my client keeps complaining that the application freezes up on him
and he has to do a soft reboot...what can I do for each exit menu code
that will allow my application to close nicely. Please be simple yet
thorough in you explanation and any snippets are welcome.
Thanks