Difference between listbox and combo box.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / suyog srivastava
In COMBOBOX user can edit,add and select information at runtime but in LISTBOX these options cant be done
Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between adodc and adodb in vb?
Explain the differences between ActiveX Dll and ActiveX Exe?
List out the ADO objects?
How can we find out that a recordset is blank (without using recordcount property)?
What is ODBC?
What is the use of Scalewidth and ScaleHeight Proeperty?
What is the difference between Dim nCount as Integer vs Dim nCount% and when would you use each?
How do I call a DLL?
Explain the types of Views in Listview Control?
What is the difference between Msgbox Statement and MsgboxQ function?
what are the Types of ActiveX Components in VB?
What is file in vb?