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
Dim myForm As New Form2()
myForm.Show()
however form one remains open,
how can i hide form1,
Roger