what is the Difference between listbox and combo box?
Answer Posted / guest
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 ? | 60 Yes | 12 No |
Post New Answer View All Answers
OLE is used for _______
Is it possible to Manipulate data through flexgrid? Explain.
How can you save and Get data from Clipboard/ Recordset object consists what?
How can you get selected file from file system Control?
What is the need of tabindex property is label control?
Differentiate between DAO,ADO and Adodc as in data access objects?
What is ODBC Direct and Microsoft Jet Database Engine ?
What is the use of OLE?
what is the control used to call a windows application.
How do I play MID, WAV or other multimedia files?
How many ways you can access file using VB?
Is it possible to set a shortcut key for label?
What is the use of ActiveX Documents?
Is a foo VBX/DLL available as shareware/freeware?
Types of LockEdits in RDO.