Can someone help me on how to link different forms/buttons together. Say I have 2 forms, one form will act as the main application and the other one will appear when clicked on. EX: I have an application that has <BACK> <NEXT> buttons, clicking next will transfer me to the next form, back will transfer me back.

Can someone give me the source code so I can add a Back and Next. I am curently reading the Learn C# in 24 Hrs so I odn't kno much. All I kno is how to make a button, and when I dbl click on it, it will go to the coding page and I type in the code in the provided space.