CharlieChau
Active member
- Joined
- Jun 15, 2004
- Messages
- 26
- Programming Experience
- Beginner
How can I use the toolbox to put more control (textbox, list box, checkbox,etc) on the second form which is activated by a button of the first form as
Dim frmForm2 As Form2 = New Form2()
frmForm2.Show()
Dim frmForm2 As Form2 = New Form2()
frmForm2.Show()