Hi everyone,
I am using VS2010 and trying to make a windows forms application but im having alot of problems managing multiple forms.
I need to know how to open several forms from the main form and then return back to the main form.

ex.
The main form has 5 buttons each opens a different form window. Now when I click on a button it should hide the main form and open form2. now form2 has 2 other buttons and when one is clicked it hides that active form2 and opens form3 and so on.

Please I need help urgently as I have been searching the internet for solutions for the past 2 weeks without any answer.

Thank you