V
Vayse
I have 4 radio buttons. I think I used to able to do in VB6 - assign a value
to each button. So I could do something like
Select Case <GroupRAdioButtons.Value>
Case 1
Run Sub1
Case 2
Run Sub2
How would I do this in Vb.net?
Thanks
Vayse
to each button. So I could do something like
Select Case <GroupRAdioButtons.Value>
Case 1
Run Sub1
Case 2
Run Sub2
How would I do this in Vb.net?
Thanks
Vayse