I have a tab control on a blank form, although when I change tabs is there a way of changing the form when clicking on a different tab. See below for clarification:

E.g. If I clicked “tabPage2” I would be presented with Form2.cs
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. Just make Form2 borderless and change TopLevel to False, and then you can add it to the tabPage2.Controls collection like a normal form. Probably add DockStyle to Fill for that form, too.
Simple demo: