Difference between listbox and combo box.
Answer Posted / ranjit
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
Maximum Control Names length?
What is Parser Bug?
What are the types of Error? In which areas the Error occurs?
What is the default model of the form?
Is it possible to change menu runtime using API? If yes? Specify the function names.
What's the difference between MODAL and MODELESS forms?
How do I make a text box not beep but do something else when I hit the Enter key?
How do I implement an incremental search in list/dir/combo/file boxes?
what are the Differences between Recordset and Resultsets?
Is it possible to Manipulate data through flexgrid? Explain.
What is the difference between c++ and visual basic?
What is the use of OLE?
What is Seek Method which type of record set is available this?
Difference between DDE and OLE.
What do you mean by Databound Controls Explain?