Windows Phone (WP) Question:
How to restart or shutdown my application programmatically?
Answer:
There is no API to do this. Hitting ‘back’ when there is only one page left on the stack is the way to exit the application. Hitting Start button does not exit, just pauses it
Previous Question | Next Question |
Can we control the WebBrowser controls zooom? | How to detect if my application is exiting so I can save state? |