[RESOLVED] Exiting a mobile application
OK I have gotten alot of real good help from this website, being a newbe and having no one to get help from this site is the 1st place I go.
My question is this....How do you exit an application and for lack of a better term "All the way" get it to close without being on the task list. I know 'Exit' does not work, what is the crossover command for Mobile dev.
Thak you all for your great assistance.
:wave:
Chris
Re: Exiting a mobile application
You might try setting the MinimizeBox property of your form to False. I have read that this will cause your app to totally close rather than just go into the background when the user clicks the X. Frankly, I have never tried this, never deliberately altered this, and never had an app keep running, but it's in a book I have, so now you have it too.
Re: Exiting a mobile application
Application.Exit will also clsoe down the program and free any resources it was taking up
Re: Exiting a mobile application
Barry,
Worked like a champ....Again your the best.
Re: [RESOLVED] Exiting a mobile application