Hello, I am very new to the .NET framework; I only know beginner level code. I am programming in C++ and I basically created two Forms. One Form was created when I started up Visual Studio (Form1), and the other I made using the "Add New Item" menu option (Form1). I basically want to have a button on Form1 that when clicked will show Form2. Then, a button on Form2 what will go back to Form1. How would I go about doing this I found a way to show Form2 from Form1 by making a new Form2, and then calling either Show() or ShowDialog() on it. However Form1 still shows and Form2 is never shown exactly in the same spot Form1 was. How would I fix this Thank you very much for any help you are able to offer me.

Switch Between Two Forms
jritenburg
simsj
Vin Brown
This one's really good by Ged Mead. Even though it's in vb, it's nicely written.
http://www.devcity.net/Articles/94/multipleforms.aspx