Making a Windows Form Application

Hello.
I seem to be having a problem making a Windows Form Application Microsoft Visual C++ 2010 Express.
I'd like to make a button that takes me from Form1 to Form2, but when I make a new project, it builds it and takes me to Form1.h.
However, when I look at the tutorials on YouTube, it automatically opens it up in .vb, which I gather stands for Visual Basic.
Does anyone know how I can make it .vb, or perhaps tell me where and what code I put in?
When I click on the button in shows:
1
2
3
#pragma endregion
	private: System::Void button1_Click(System::Object^  sender, System::EventArgs^  e) {
			 }

I'm new to programming, by the way.
Thank you for the help.
Topic archived. No new replies allowed.