windows phone 7 - Close a WP7 application programmatically? -


possible duplicate:
windows phone 7 close application

how programmatically close wp7 application?

you can call exit doing @ landing page use code on click of application button:

if (navigationservice.cangoback) {     while (navigationservice.removebackentry() != null)     {         navigationservice.removebackentry();     } } 

this remove entries stack, , press button close application without exception.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -