Now, I have two forms, called form1 and form2, in the form1 there\'s a button, when I click it, then open the form2
Question: in the form2, I want to create a button
This works:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Me.Hide() Form2.Show()