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
what controls have you used in your project?
How would you Create a Query Builder and Explain its uses ?
How do I dial a phone number without using the MSCOMM VBX?
What is ActiveX Document?
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.
Is the Access Engine and Visual Basic Pro good enough for database work?
Is visual basic easy?
Does VB support pointers to functions?
Are there any examples of commercial applications built using Visual Basic?
What is activex control in vb?
What is instantiating?
Explain about manipulating the recordset object
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
It is possible to access Text (x.txt) files? Explain.
In which areas the Error occurs?