Difference between listbox and combo box.

Answers were Sorted based on User's Feedback



Difference between listbox and combo box...

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

Difference between listbox and combo box...

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

Post New Answer

More Visual Basic Interview Questions

What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?

0 Answers   Wipro,


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.

8 Answers   Wipro,


What are the tools available for Debug in VB?

3 Answers  


what are the different Types of Recordsets.

0 Answers  


What is ODBC Direct and Microsoft Jet Database Engine ?

0 Answers  


How many MDI(multiple document interface) forms can include in one project(especially in visual basic)?

6 Answers   Satyam, VSS,


What is Collection Objects?

1 Answers  


Which property of textbox cannot be changed at runtime?

1 Answers  


What type of databases you can access through ADO Data Access Object?

0 Answers  


How would you access objects created in ActiveX Exe and ActiveX D1T ?

0 Answers  


What are the new events in textbox that has been included in VB6.0

1 Answers  


How does the following statements work? On Error Goto 0

4 Answers  


Categories