tennisfreak
Member
In vs2003, I have two forms... on one I have an intro form with a button that shows the second form, when I push this button I want form1 to close and form2 to show...
the point is... when I use this code in the button (on click event):
dim frm2 as new form2
frm2.show
me.close()
' it closes everything, I want only form1 to close.
the point is... when I use this code in the button (on click event):
dim frm2 as new form2
frm2.show
me.close()
' it closes everything, I want only form1 to close.