joman wong

joman wong

  • NA
  • 1
  • 1.5k

WPF screen managment

Jan 4 2012 12:05 AM

Dear all,

I need to build a WPF application. The application UI behaves like a game, which has different pages (e.g. main menu,

instruction pages etc), and Each page has separate screen layouts and controls.

I know I should develop a state-machine mechanism to maintain the pages, and I know in XNA applications, there is an Update method which keeps tracking the game state.

In pure WPF application, are there any similar mechanism? Any existing framework that has this kind of screen managment?

Thanks in advance!

Joman