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 do drag & drop between applications?
Differentiate between DAO,ADO and Adodc as in data access objects?
How do I call help files from a VB program?
Types of cursors in RDO.
Advantage of ActiveX Dll over Active Exe.
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
How would you create properties in ActiveX Control?
____ is the difference between Listindex and Tab index.
Specify technical & functional architecture of your last 2 projects.
Explain about literals?
____ property of menu cannot be set at run time.
What is constructors and distructors.
How about Access 2.0 compatibility?
Data Control missing from toolbox when I use VB under NT3.5. Why?
What is the use of ActiveX Documents?