I am new to VB.NET.
I do not understand this behavior.
I have a button comand followed by 3 radio buttons (ByDate, ByRef, None).
None is marked checked at design time.
If I click on Go the ByDate radio gets turned on (marked Checked).
It seems that the TabIndex after Go is ByDate but why would this turn the control on???
Thanks for your help.
I do not understand this behavior.
I have a button comand followed by 3 radio buttons (ByDate, ByRef, None).
None is marked checked at design time.
If I click on Go the ByDate radio gets turned on (marked Checked).
It seems that the TabIndex after Go is ByDate but why would this turn the control on???
Thanks for your help.
Comment