Linked Questions

Popular Questions

Visual basic radio buttons

Asked by At

I have a program with radio buttons that are on a second form. When one of the radio buttons become checked it is to close that form. However, the first radio button is for some reason becoming checked causing the form to close. They are all set to be false on their checked property and their index order is 1-4. I set a label as index 0. I even set them false diagrammatically in the forms onload function, but the first radio button is still becoming checked. Thank you for any help in advance.

Related Questions