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 is the difference between adodc and adodb in vb?

0 Answers  


Explain the differences between ActiveX Dll and ActiveX Exe?

0 Answers  


List out the ADO objects?

2 Answers  


How can we find out that a recordset is blank (without using recordcount property)?

4 Answers  


What is ODBC?

2 Answers   Satyam,






What is the use of Scalewidth and ScaleHeight Proeperty?

0 Answers  


What is the difference between Dim nCount as Integer vs Dim nCount% and when would you use each?

6 Answers  


How do I call a DLL?

0 Answers  


Explain the types of Views in Listview Control?

0 Answers   Hella,


What is the difference between Msgbox Statement and MsgboxQ function?

0 Answers  


what are the Types of ActiveX Components in VB?

1 Answers  


What is file in vb?

0 Answers  


Categories