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 = False. That works. The radio button at start up aren't selected but when i try to click on the rdo button, it won't let me.
So i need the radio button to be deselected in the group box and let me be able to click on it when i want to.
Someone help please.
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 = False. That works. The radio button at start up aren't selected but when i try to click on the rdo button, it won't let me.
So i need the radio button to be deselected in the group box and let me be able to click on it when i want to.
Someone help please.
Comment