Creating Pages or Windows in WPF
Posted
by cmptrer
on Stack Overflow
See other posts from Stack Overflow
or by cmptrer
Published on 2010-06-16T21:45:56Z
Indexed on
2010/06/16
21:52 UTC
Read the original article
Hit count: 210
wpf
Hey all,
I'm new to using WPF. I have the following program I want to create: -Application opens up with one button -User clicks button and it takes them to a new page with various input.
I'm confused about how I need to do this. I tried opening a new window, but I don't want a window to open up, I want it to be all one Window. I tried creating a new page and navigating to it using NavigationService but couldn't get it to work.
Basically I want to create a workflow where the user enters some stuff, clicks the next button and is taken to a new page to enter some more information. Can anyone point me in the right direction?
© Stack Overflow or respective owner