|
-
May 15th, 2006, 12:09 PM
#1
Thread Starter
Junior Member
[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.
Chris
-
May 15th, 2006, 08:50 PM
#2
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.
Last edited by Shaggy Hiker; May 15th, 2006 at 08:59 PM.
My usual boring signature: Nothing
 
-
May 16th, 2006, 03:23 AM
#3
Fanatic Member
Re: Exiting a mobile application
Application.Exit will also clsoe down the program and free any resources it was taking up
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
May 16th, 2006, 05:42 AM
#4
Thread Starter
Junior Member
Re: Exiting a mobile application
Barry,
Worked like a champ....Again your the best.
-
May 16th, 2006, 09:56 AM
#5
Fanatic Member
Re: [RESOLVED] Exiting a mobile application
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|