HI all, i have a really newbie question to load and unload form just like vb6 in vs 2005 using vb.net. I'm trying this code.
but when i click the button, nothing happened...Please give me an advise. Any help appreciated.
Thanks in advance
VB.NET:
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Me.Close()
Form2.Show()
End Sub
Thanks in advance