Hi,
I have a WPF GUI in c#. I need to navigate to different pages as in a
Wizard application on a button click event of the wpf GUI.
e.g. if I click "RepeatOperatio n" button on the GUI it should display the
different operations performed earlier in different pages in linear fashion.
As the GUI window is not derived from the NavigationWindo w, I don't have
the Navigate() event.
Any idea how to do it? Any help will be much appriciated.
Cheers.
Manj.
I have a WPF GUI in c#. I need to navigate to different pages as in a
Wizard application on a button click event of the wpf GUI.
e.g. if I click "RepeatOperatio n" button on the GUI it should display the
different operations performed earlier in different pages in linear fashion.
As the GUI window is not derived from the NavigationWindo w, I don't have
the Navigate() event.
Any idea how to do it? Any help will be much appriciated.
Cheers.
Manj.
Comment