filmov
tv
Visual Basic Net Tutorial 8 How To Use RadioButtons and CheckBoxes in Visual Basic

Показать описание
How To Use RadioButtons and CheckBoxes in Visual Basic
In the video tutorial am going to show you how to use radiobuttons and checkboxes in visual basic.
The RadioButton control is used to provide a set of mutually exclusive options. The user can select one radio button in a group. If you need to place more than one group of radio buttons in the same form, you should place them in different container controls like a GroupBox control.
The CheckBox control allows the user to set true/false or yes/no type options. The user can select or deselect it.
In the video tutorial am going to show you how to use radiobuttons and checkboxes in visual basic.
The RadioButton control is used to provide a set of mutually exclusive options. The user can select one radio button in a group. If you need to place more than one group of radio buttons in the same form, you should place them in different container controls like a GroupBox control.
The CheckBox control allows the user to set true/false or yes/no type options. The user can select or deselect it.