Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. visual studio 2005 using C#.Net

visual studio 2005 using C#.Net

Scheduled Pinned Locked Moved C#
csharpvisual-studiodesignhelptutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sri harini
    wrote on last edited by
    #1

    Hi, Windows mobile application, I am using Application.Exit, ui.Close() methods, But my application still back ground running. Can i use any other application closing methonds, please help me. How to exit my application? i am always using x in device.. Thanks in advance .. Bye

    S L 2 Replies Last reply
    0
    • S Sri harini

      Hi, Windows mobile application, I am using Application.Exit, ui.Close() methods, But my application still back ground running. Can i use any other application closing methonds, please help me. How to exit my application? i am always using x in device.. Thanks in advance .. Bye

      S Offline
      S Offline
      Stefan Troschuetz
      wrote on last edited by
      #2

      Did you start any threads in your application that may still be running?


      "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

      www.troschuetz.de

      1 Reply Last reply
      0
      • S Sri harini

        Hi, Windows mobile application, I am using Application.Exit, ui.Close() methods, But my application still back ground running. Can i use any other application closing methonds, please help me. How to exit my application? i am always using x in device.. Thanks in advance .. Bye

        L Offline
        L Offline
        Luc Pattyn
        wrote on last edited by
        #3

        All threads you create are non-background by default, set their IsBackground=true if you want these threads not to prevent application exit. Otherwise your app will wait for all of them to finish. :)

        Luc Pattyn

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups