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
What is the use of parameters collection?
What is instantiating?
What are the important components of OLEDB?
How do I implement an accelerator key for a text box?
What is the difference between Msgbox Statement and MsgboxQ function?
Clear property is available in ____,___ control.
Types of DBCombo boxes
How would you navigate between one document to another document
Explain about arrays?
State about the different types of visual basic data?
Explain about creating VB applications in excel?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
What is a thread pool and how are the threads within a thread pool managed?
What is "Reserved Error -1209"?
How many ways we can access file using VB?