hi i want to show my 2nd form then close the 1st form. here's that simple codes and i can't do it right. please help
Private Sub btlogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btlogin.Click
form2.show()
me.close()
End Sub