Results 1 to 5 of 5

Thread: [RESOLVED] Exiting a mobile application

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2006
    Posts
    17

    Resolved [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

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    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

  3. #3
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    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

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Feb 2006
    Posts
    17

    Re: Exiting a mobile application

    Barry,
    Worked like a champ....Again your the best.

  5. #5
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    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
  •  



Click Here to Expand Forum to Full Width