SyntaxFix
Write A Post
Hire A Developer
Questions
You could use:
Dim MyForm As New Form1 MyForm.Show()
or rather:
MyForm.ShowDialog()
to open the form as a dialog box to ensure that user interacts with the new form or closes it.