Link to home
Start Free TrialLog in
Avatar of dchau12
dchau12

asked on

wpf start window

In a wpf project, your default window is Window1.xaml.  I have created a new window, but do not know how to get that window to be the startup window when I compile the project.
Avatar of dchau12
dchau12

ASKER

wow... I guess there is not much experts-exchange help available for WPF
ASKER CERTIFIED SOLUTION
Avatar of westerdale
westerdale
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
For starting/compiling  with a xaml
go to My Project/Application
Startup Uri/ and select the file you want to start first

Avatar of dchau12

ASKER

I figured this out long ago.  You have to change the startup xaml file in the app.xaml file.

There could be a different way to do this.  I cannot follow your instructions though.  

"Form Starting/compiling with xaml" ???