lothos12345
Junior Contributor
My program has two forms form1 and form2. I want to create a button on form1 to open form2 when the program is running. Not quite sure how to accomplish this. Any help with this question is greatly appreciated.
Dim m As New Form2
m.Show()