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
Explain about manipulating the recordset object
Why doesn't "my string" & Chr$(13) do what I want?
what is the Difference between Tabletype and Snapshot?
How can I create a VBX?
What are the properties of datacontrol?
How can I speed up my VB database application?
Which method is used to write context Into file?
How would you attach pictures in Treeview Control?
How do I play MID, WAV or other multimedia files?
How do I get the number of free bytes on a disk?
What is ActiveX? Explain.
What is ado data control in vb6 0?
Explain about trees structures work.
Is the Variant type slower than using other variable types?
What is script control?