VB Code:
  1. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  2.         Dim frm2 As New Form2()
  3.         frm2.Show()
  4.     End Sub