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 do you mean by provider?

1 Answers  


What is diff between the Generic Variable and Specific Variable?

1 Answers  


What are 3 main differences between flexgrid control and dbgrid control?

0 Answers  


___,_____ and ____ container objects. ___ Property is to compress a image in image control. ___,___ and __ are difference between image and picture controls. To set the command button for ESC ___ Property has to be changed. ___,__,___ are the type of combo box? __ no of controls in form. OLE is used for _______ ___ is the control used to call a windows application. Clear property is available in ____,___ control. ___ Property is used to count no. of items in a combobox. ___ is a property to resize a label control according to your caption. ___ property is used to change to ___ value to access a identity column'in datacontrols. _____ is the property to ___,____,____ are valid for recordsource property of dat control. Timer control contains ________ no. of events. ____ property is used to lock a textbox to enter a datas. ____ is the difference between Listindex and Tab index. ____ property of menu cannot be set at run time. _____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol. ___ argument can be used to make a menuitem into bold. ___,___ arguments will be used to run a executable program in shell function ___ property used to add a menus at runtime. ___ VB constant make the menu item in centre. ___ method used to move a recordset pointer in nth position in DAG.

1 Answers   TCS,


What is the different between Microsoft ODBC Driver and Oracle OBDC Driver?

1 Answers  






What are the Internet tools available in VB6.0?

0 Answers   ABC,


what are the Controls which do not have events ?

1 Answers  


Difference between ByRef and ByVal?

1 Answers  


What are the types of validations available in Visual Basic?

2 Answers   Infosys, TCS,


what is the Max size allowed for label caption length?

2 Answers  


___ property is used to change to ___ value to access a identity column'in datacontrols.

0 Answers  


What is a toolbox in visual basic?

0 Answers  


Categories