what is the Difference between listbox and combo box?
Answer Posted / vishwesh moreshwar deshpande
combo box:
1. We can select ony one option from list.
2. We can add info. at ren 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 info. at run time.
3. We have both drop up & drop down facility.
4. We can use checkbox within listbox.
| Is This Answer Correct ? | 265 Yes | 45 No |
Post New Answer View All Answers
What is difference between winforms and windows forms?
Which dialog box allows users to switch to another area of the application?
What are windows based applications?
What is the difference between a document and a form?
What is a database form?
How is anchoring different from docking?
Explain the need of z-order method?
How save rerecord in the database?
What is window form application?
What is a fillable form?
What is form technology?
How do you apply specific formatting to the data inside the cells?
how see report periviwe
What are the components of gui for windows?
Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?