Very basic...
I'm brand new to Visual Basic.NET and trying to figure it out (making the first "Hello World")![]()
How does I operate forms like in VB6:
VB Code:
Private Sub Command1_Click() Form2.Show End Sub
ClausVB Code:
Private Sub Command2_Click() Form2.Hide End Sub




Reply With Quote