I’ve begun tinkering with making windows 8 apps And I want to make an exit button.
The problem is that Environment.Exit() and this.Close() that I’d use in winforms isn’t in scope here.
anyone know how to close the app Programmatically?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
But closing a Metro app is not recommended. It is usually suspended.