How do u show a second form (form2)
and hide the first one(form1)
form2.show()
form2.show
none of the above work
thanks for your time
Printable View
How do u show a second form (form2)
and hide the first one(form1)
form2.show()
form2.show
none of the above work
thanks for your time
this should work:
VB Code:
Dim frm as new form2 frm.show()