I have a WinForms application (VS 2008, .NET 3.5) that has a form with two different group boxes, and inside of each group box are different sets of radio buttons. When I run the application, the first group box automatically has the first radio button in it already selected, and the second group box does not have a radio button selected by default.
I have looked through all the properties of the radio buttons and the group boxes, and cannot figure out what the difference is between the two. I would like both group boxes to have all radio buttons unselected when the form is first opened.
Also, I looked through the Designer.vb file for the form, and could not find anything unusual going on in there either.