A combobox is (usually) a combination of an edit control and an associated listbox. You can either type your data into the control directly, or you can select an item from the associated list.
A combobox looks like this:

There are three possible types of combobox:
Unlike a listbox, a combobox does not allow you to select more than one item
| © 2000-2006 Norcom, all rights reserved |