Difference between listbox and combo box.

Answers were Sorted based on User's Feedback



Difference between listbox and combo box...

Answer / j. thinakaran

List Box :

From list box we can select More then one option.

but,

Combobox :

In Combobox we can select only one option . that
is the difference between listbox and combo box

Is This Answer Correct ?    94 Yes 14 No

Difference between listbox and combo box...

Answer / viswanathan.j

Combobox :

In Combobox we can select only one option and it
reduces the workspace.

List Box :

From list box we can select More then one
option,it takes more space.

Is This Answer Correct ?    64 Yes 9 No

Difference between listbox and combo box...

Answer / sanjeev aggarwal

list box:
it takes more space on form
select multiple data at a time
can't add filed at run time

combo box:

need less space
select 1 data a time
add fields at run time
combo box has features of text box and list box

Is This Answer Correct ?    52 Yes 9 No

Difference between listbox and combo box...

Answer / vishwesh moreshwar deshpande

combo box:
1. We can select ony one option from list.
2. We can add ,edit,select info. at run time.
3. We have only drop down facility.
4. We can't use checkbox within combobox.
List box:
1. We can select multiple option from list.
2. We can't add,edit info. at run time.
3. We have both drop up & drop down facility.
4. We can use checkbox within listbox.
(By Vishwesh Deshpande)

Is This Answer Correct ?    35 Yes 1 No

Difference between listbox and combo box...

Answer / subodh tiwari

The ComboBox is similar to the ListBox control, but it
contains a text Edit field. The user can either choose an
item from the list or enter a new string in the edit field.
While in the ListBox, user can only select one or more list
items.

Is This Answer Correct ?    28 Yes 4 No

Difference between listbox and combo box...

Answer / reena narwal

list box: you can't edit the list in the list box at run
time except some changing in code.


combo box: you can do both i.e. can select or can edit the
option in the combo

Is This Answer Correct ?    25 Yes 7 No

Difference between listbox and combo box...

Answer / priya

List Box :
1. Occupies more space but shows more than one value.
2. We can select multiple items.
3. we can use checkboxes with in the list box.

Combo Box:

1. Occupies less space but shows only one value for visibility
2. Multiple select is not possible
3. can't use checkboxes within combo boxes

Is This Answer Correct ?    22 Yes 4 No

Difference between listbox and combo box...

Answer / nusrat hasin

COMBO BOX:
1.We can select any one option from list.
2.We add,edit,select info. at run time.
3.We have only drop down facility.
4.We can't use check box within combo box.
LIST BOX
1.We can select multiple option from list.
2.We can't add, edit info. at run time.
3.We have both drop up & drop done facility.
4.We can use check box within list box.

Is This Answer Correct ?    6 Yes 0 No

Difference between listbox and combo box...

Answer / rohit solanki

list box :
List box is a tool that allow a user to select more than one
options from a list at a time.


combo box :
combo box is another control of visual basic like list box
but it allows only one option to select at a time.

Is This Answer Correct ?    12 Yes 7 No

Difference between listbox and combo box...

Answer / nidhi

HAVING LOCKED PROPERTY IN COMBO BOX.
DOESN"T HAVE LOCKED PROPERTY IN LIST BOX.

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

What are the new events in textbox that has been included in VB6.0

1 Answers  


How many objects resides in ADO ?

0 Answers  


HTML stands for What? Use of HTML ?

1 Answers  


What is hyperlink?

1 Answers  


Using which type we can access file line by line?

1 Answers  






Describe Database Connection pooling relative to MTS ?

1 Answers  


What are the uses of List View Control?

0 Answers  


what are the Types of Resultsets?

0 Answers  


To connect the Data Control with Back end What are all the properties to be set?

1 Answers  


what is the meaning of cts company logo?..

1 Answers   CTS,


Which type of object requires this object?

0 Answers  


What's the maximum size of a textbox?

5 Answers  


Categories