Private Sub btnBack_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnBack.Click
Me.Owner.Show()
Me.Hide()
End Sub
dunno this part, you mean you want to go back to the form who opens the form2? is that?