what is the Difference between listbox and combo box?
Answer Posted / laski
A LISTBOX CONTROL displays a list of items from which the
user can select one or more. If the number of items exceeds
the number that can be displayed, a scroll bar is
automatically added to the ListBox control.
A COMBOX CONTROL combines the features of a text box and a
list box. This control allows the user to select an item
either by typing text into the combo box, or by selecting
it from the list.
DIFF::Generally, a combo box is appropriate when there is a
list of suggested choices, and a list box is appropriate
when you want to limit input to what is on the list. A
combo box contains an edit field, so choices not on the
list can be typed in this field
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
How do I get the number of free bytes on a disk?
Specify technical & functional architecture of your last 2 projects.
How would you convert a form into document?
Types of LockEdits in DAO?
How would you create your application in DHTML?
Differentiate between DAO,ADO and Adodc as in data access objects?
How do I remove/change the picture property of a control at design time?
In which areas the Error occurs?
What is a toolbox in visual basic?
Types of LockEdits in DAO? 51 .Types of Recordsets.
What is the-use of property page Wizard in ActiveX Control?
Which type of object requires this object?
How do I implement an accelerator key for a text box?
Are there any examples of commercial applications built using Visual Basic?
What is the need of tabindex property is label control.