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 are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
In visual source safe if in middle of my program power was off and it was not save then wat will happen whether it will save or not? can any body tel me the answer for this.
What are the tools available for Debug in VB?
what are the different Types of Recordsets.
What is ODBC Direct and Microsoft Jet Database Engine ?
How many MDI(multiple document interface) forms can include in one project(especially in visual basic)?
What is Collection Objects?
Which property of textbox cannot be changed at runtime?
What type of databases you can access through ADO Data Access Object?
How would you access objects created in ActiveX Exe and ActiveX D1T ?
What are the new events in textbox that has been included in VB6.0
How does the following statements work? On Error Goto 0