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 ?    95 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 is the Property used to add a menus at runtime?

0 Answers  


How to change the Mouse Pointer?

2 Answers  


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

1 Answers  


Types of cursors in DAO?

0 Answers  


by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.

0 Answers   CGI, Infotech,


how to validate the pop up window Example :assume there is an webpage in that webpage we had a button to browser or file to upload . how to validate this button if we click on that botton window should appear else back to the page i need in VB Script Code since i am using QTP for testing

1 Answers   Sapient,


What are binary and project compatibility?

1 Answers  


How do I prevent multiple instances of my program?

0 Answers  


How would you convert a form into document?

0 Answers  


How can you Add API functions to your Application?

0 Answers  


What is the difference between Dim nCount as Integer vs Dim nCount% and when would you use each?

6 Answers  


What is DSN?

0 Answers  


Categories