Hi, i'm new to VB. I have a problem with de-selecting radio buttons in group box containers. I've tried to set focus to other objects under Sub New (initialization ) but it didn't work. The rdo buttons were still selected.

I've tried setting this: rdoName.Checked = False, as well, that didn't work. For some reason the top radio button in the group box is always selected!

I've also tried setting the rdoName.AutoChe ck...