Difference between listbox and combo box.
Answer Posted / sanjeev aggarwal
list box:
it takes more space on form
select multiple data at a time
can't add filed at run time
combo box:
need less space
select 1 data a time
add fields at run time
combo box has features of text box and list box
| Is This Answer Correct ? | 52 Yes | 9 No |
Post New Answer View All Answers
How to control the file?
What is the use of Data Form Wizard?
How many ways you can access file using VB?
Types of LockEdits in RDO.
What is the use of progress Bar Control?
What about DLL calls that require callbacks?
Is visual basic still used?
___,___ and __ are difference between image and picture controls.
What is ado in vb?
It possible to call OLEDB's Features directly in VB without using any control?
What are the different procedures associated with the object?
When should we use recursive programming?
How can you Add API functions to your Application?
what are the Differenct Types of Procedures in VB?
How do I make a text box not beep but do something else when I hit the Enter key?