Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I change the start page?

While developing my Windows Phone 8 application, I often want to launch straight into the page I'm working on. This is not always the Main Page. The article found here talks about the App having an OnLaunched event handler. I think that is no longer (Maybe I'm just not seeing it). Is there a more current way of setting which page in the solution is launched first?

like image 365
GrantVS Avatar asked Mar 08 '13 02:03

GrantVS


1 Answers

In App menifest change the start page to the page you want.

like image 95
aclap Avatar answered Oct 04 '22 21:10

aclap