open New form and hide old

  • Thread starter Thread starter rodger
  • Start date Start date
R

rodger

i use the following code to move to another form with in my VB .net project,

Dim myForm As New Form2()
myForm.Show()

however form one remains open,

how can i hide form1,

Roger
 
Back
Top