Q:

visual studio add a new form from a button

/// first go to projects, then  click on "New Form" then click the option that says "Windows Form"
/// Now just copypaste this code into the button you want to add the second form to. (Make sure that the name is the same

var newForm = new NAME();
newForm.Show();
0

New to Communities?

Join the community