- Joined
- Sep 11, 2007
- Messages
- 164
- Reaction score
- 0
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()