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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top