Have some free time and wanted to try making a game in WPF. I was wondering, what is the best way of changing the view of a window? I have made a \"main menu\" window, with
You could implement every gui you need as an UserControl and load the needed UserControl depending on your current step.