A
Andy
I am trying to create an application with multiple wpf forms. What I would
like is a main menu type form with a button - "Load Other Screen".
What would the code be for the Click Event. I have tried
LoadOtherScreen win = new LoadOtherScreen();
win.show();
But in WPF SHOW is not valid
I did this.Conent = win; which worked, however in the other screen, I
couldn't get back to the main screen. The same code gave me an error about
not being part of a child...
Is this possible? Or am I missing the whole idea of WPF?
Thanks
like is a main menu type form with a button - "Load Other Screen".
What would the code be for the Click Event. I have tried
LoadOtherScreen win = new LoadOtherScreen();
win.show();
But in WPF SHOW is not valid
I did this.Conent = win; which worked, however in the other screen, I
couldn't get back to the main screen. The same code gave me an error about
not being part of a child...
Is this possible? Or am I missing the whole idea of WPF?
Thanks