Visual Basic question

userxyz

Member
Join Date
May 2002
Location
any
Posts
2,768
What's the difference between a 'checkbox' and an 'option button' ?

I know that only one optionbutton can be true in a form or you have to use frames, and checkbox can always be checked and unchecked,

but, why not allways use checkboxes ?
 
Option Buttons used to also be called Radio Buttons, because they work like the Preset Buttons on a radio. You use them when only one option is permissible, so that choosing any one option automatically disables all other options.
 
As others posted with option boxes only one can be selected and you do not have to write code to unselect the other option controls when you select a different one, it is automatic. Checkboxes let you select multiple options.


option.gif
 

Similar Topics

Replies
8
Views
1,990
What I need to do is: I need to calculate something like this: 1,2,3,5,8,13,21,... until 20 numbers. the third is the result of first +...
Replies
16
Views
6,698
Dear experts, I am want to program RS view32 with help of Microsoft visual basic (visual basic editor). But how to start I don't know,please...
Replies
10
Views
2,368
help How do I create Bidirectional Activex Connection Arrows? As per attached photo. How to Create RightoLeft Property in Visual Basic - Activex?
Replies
3
Views
1,650
I'm just trying to load from a text file into a string. I don't get why this doesn't work. Function LoadFile(FileName As String) As String()...
Replies
0
Views
1,541
Back
Top Bottom