G
Guest
Hello,
I am new to VB.Net so go easy on me, now on to the question that I have. I
would like to have multiple forms in my application, but I need help doing
this. I know that I can inherit a form but, I believe I am looking for
something a little deferent.
Example:
Form1 would display a radPick button and a btnEnter. If the user selected
radPick and clicked btnEnter it would display Form2.
Form2 would display a new set of controls for the user to interact with.
How would I go about doing this?
This is what I did, but it would not work:
If radPick.Checked = True Then
Form2.Show()
End If
I am new to VB.Net so go easy on me, now on to the question that I have. I
would like to have multiple forms in my application, but I need help doing
this. I know that I can inherit a form but, I believe I am looking for
something a little deferent.
Example:
Form1 would display a radPick button and a btnEnter. If the user selected
radPick and clicked btnEnter it would display Form2.
Form2 would display a new set of controls for the user to interact with.
How would I go about doing this?
This is what I did, but it would not work:
If radPick.Checked = True Then
Form2.Show()
End If
