I am relatively new to vb.net but have many years of programming experience.
I am seeing a behavior that I do not understand using vb.net 2005 on a windows form.
You have a command button and some radio option buttons on the same form. ie
Go button, followed by 3 radio optins ByDate, ByRefNo, None. The none radio is marked checked at design time.
You click on Go and the ByDate radio becomes checked.
I have seen this behavior in another program but instead of a button control it was a file list box that was has a click event and a dbl_click event.
Why would the next radio button be turned on with clicking on it and there is no code to turn it on?????
Thanks