locked
Changing windows by clicking on button in Windows Store! RRS feed

  • Question

  • How I can change from one window to another window by clicking on a button in Windows Store Application in Microsoft Visual Studio Blend?
    Friday, May 23, 2014 3:22 PM

Answers

  • You don't need to (and shouldn't) provide an exit button. Let the users use the standard interface or this if they so desire.
    Sunday, May 25, 2014 4:22 PM
    Moderator

All replies

  • I'm not sure what you mean. Can you please explain in more detail what you want to do?
    Friday, May 23, 2014 3:38 PM
    Moderator
  • I was wanting to say to change from one form to another form actually with a button click during creating a windows store application. I solved this like below

    this.Frame.Navigate(typeof(choice));

    But if you please tell me how can i exit application by clicking on exit button what will be code for this.Thank You

     

    • Proposed as answer by Dave SmitsMVP Monday, May 26, 2014 5:48 AM
    • Unproposed as answer by Dave SmitsMVP Monday, May 26, 2014 5:48 AM
    Saturday, May 24, 2014 5:18 AM
  • You don't need to (and shouldn't) provide an exit button. Let the users use the standard interface or this if they so desire.
    Sunday, May 25, 2014 4:22 PM
    Moderator