MS List Boxes Combo Option Check Box


Combo Box - use similar command set as the List Box but provides a user Text field for entry

 

ex.:

 

     cboBox.AddItem = cboBox2.Text

 

 

Option Box - will allow only one(1) and only one option be selected with in a single frame

 

where:

 

   .caption   - display text

   .value      - either TRUE or False only




List Box - command set that's a standard for this type


where:


additem

  - insert new item

clear

  - clear the list box

listcount

  - list size

removeitem

  - remove an item from the list

listIndex

  - currently selected item list


Check Box - will allow multiple selection either Group under a Frame or not at all

 

where:

 .caption

  - display text

.value

  - 0 for unchecked


  - 1 for checked


  - 2 gray checked