SpiN9823
01-20-2004, 10:10 AM
does any1 no how to make a form close when i click a buttton but also make a form open?
i used this code but it didnt work
Private Sub Button1_Click(byval stuff) Handles Button1.Click
Me.Close
Dim frm as new form1
frm.show()
end sub
any help?
i used this code but it didnt work
Private Sub Button1_Click(byval stuff) Handles Button1.Click
Me.Close
Dim frm as new form1
frm.show()
end sub
any help?