I’m using visual studio 2010 and I have a winforms application.
When I start the application I show the user the ‘MainMenu’ which have:
1) New Game button
2) Options
each button click create a new form…
what I want to do when the user clicks on the options button is to change the MainWindow
content to be the Options window content.. and when he accepts the
changes on the options window -> return to the mainMenu view.. is it possible to do?
You could either use
Panels and switch them round:Or you could have a numerous forms, and show and hide them: