Difference between listbox and combo box.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
Answer / nidhi
HAVING LOCKED PROPERTY IN COMBO BOX.
DOESN"T HAVE LOCKED PROPERTY IN LIST BOX.
Is This Answer Correct ? | 5 Yes | 1 No |
Wat is d diff b/w API fns & Norm fns
What is dao in vb?
What is the difference between Msgbox Statement and MsgboxQ function?
What are the rules which should be followed while naming a variable in VB?
How many types of API functions are availble in VB?
Is there any Edit method in ADO Data Access method?
How does VB Pass arguments to a function by default?
How do you create a form in visual basic?
What is the difference between a Property Let and Property Set procedure?
which property is used to lock a textbox to enter data?
How would you navigate between one document to another document in Internet Explorer ?
How to declare Dll Procedure?