Ok so im new to Windows Programming so if i word this wrong or this is really a simple question I apologize. Everywhere I turn people get confused or I cant find an answer.

Ok so right now I have my application like so


File Options1 Options2
---------------------------------------------------

display stuff


---------------------------------------------------

Now basically its a form with a menu and the main page. Now when they click in options 2 and select "Add user" I want the display information to be replaced by the Add user view. I hope this makes sense. Now I was going to just make another form, but then that means replicating the menu bar and thats a waste because id have to retype twice.

So im looking for a way to switch the screens as a menu option is picked, do I do this via a new form or what?

Thanks