I know in VB 6.0 the code to activate a form was...

Private Sub cmdOK_Click ()

frmMainForm.Show

End Sub

How can I do the same in VB.Net?

Thanks