Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

Open another form with C# Winforms

Form myForm = new myForm();
myForm.Show();

//If you want to close the current form after the new one opens, then write in a new line, "this.Close();"
 
PREVIOUS NEXT
Tagged: #Open #form #Winforms
ADD COMMENT
Topic
Name
8+8 =