what is the Difference between listbox and combo box?

Answers were Sorted based on User's Feedback



what is the Difference between listbox and combo box?..

Answer / 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

what is the Difference between listbox and combo box?..

Answer / 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

More Visual Basic Interview Questions

What will happen if you issue a Resume statement after handling an error?

3 Answers  


Difference between Dynaset and Snapshot?

0 Answers  


What is the use of Visual Basic Document file?

0 Answers  


How can objects on different threads communicate with one another?

2 Answers  


Which method is preferred to save data like database to the disk?

0 Answers  






Why can't I use an index with my VB accessed database?

0 Answers  


Is it possible to set a shortcut key for label? Explain ?

1 Answers  


Difference between Recordset and Resultsets.

0 Answers  


Difference between ByRef and ByVal?

1 Answers  


How can I create a VBX?

0 Answers  


what are Instancing for classes provided by ActiveX component like prive, publicnotcreatable,SingleUse, GlobalSinleUse,MultiUse.

1 Answers   HCL,


which method used to move a recordset pointer in nth position in DAG?

0 Answers  


Categories