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 is understand in resource tracking?

0 Answers  


Discuss the working with to-do lists.

0 Answers  


Q1. A. Discuss the various types of variables. B. How to control the file? Q2. A. How the image application? B. Write short notes on trees structures work. Q3. A. How to load and unload child forms. B. When should we use recursive programming Q4. A. Write short notes on "The ole control's shortcut menu" B. How to test the AX stat class Q5. A. How to use advanced data-bound controls. B. Write notes on manipulating the recordset object Q6. A. What is script control? B. How to down load image properties. C. What is meant by building a recordset.

1 Answers   Infotech,


What is the use of parameters collection?

0 Answers  


Difference between Linked Object and Embedded Object?

0 Answers  






What is the difference between COM and DCOM?

9 Answers   7 Seas, American Infoserv, Microsoft, SRMSCET,


What is the use of ActiveX Documents?

0 Answers  


What areTypes of compatability in VB and their usage ?

4 Answers   MBT,


What is the difference between a property a method and an event? Give an example of each.

18 Answers   Microsoft,


When/Why should I use Option Explicit?

0 Answers  


what are the types of combo box?

1 Answers   Satyam,


Draw Sequence Modal of DAO and Explain?

0 Answers  


Categories