Hey just learning VB 2005 and then i'm using a TUT but it's not working, here's the code i'm using.
Code:Dim f2 as Form2
f2 = New Form2()
f2.Show()
Me.Close()
Printable View
Hey just learning VB 2005 and then i'm using a TUT but it's not working, here's the code i'm using.
Code:Dim f2 as Form2
f2 = New Form2()
f2.Show()
Me.Close()
Don't worry I worked it out.
fixed, so closed