Best way to exit application

BlueJay924

Well-known member
Joined
May 6, 2003
Messages
46
What is the best/correct way to exit out of an application? i have several forms, so should i be closing all the forms and then calling application.exit or is application.exit sufficient enough? also, if i have an openfiledialog opened, how could i close that if its on a timer?
 
I always wonder isnt Application.Exit() enough ???

I mean it is a built in method so it must dispose everything and exit...
 
Back
Top