I’m trying to make a Metro app using VS11 on Windows 8 CP using Visual Basic. Fo some reason, the usual “Default object” setting in the settings for the application is grayed out. How exactly are you supposed to set the default form now?
Share
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.
Oh look, I managed to find my own answer. In the App.xaml.vb file, there is this line:
Set that variable in the brackets to the page you want to open by default.