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 much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
How many objects resides in ADO ?
what are the Parts of ODBC?
Whether HTML supports multimedia: and document links?
What is understand in resource tracking?
What is hyperlink?
How would you add elements and pictures to listitems in listview control?
Binary Access-method isused to access file in which manner?
What is the use of parameters collection?
What is Seek Method which type of record set is available this?
what are the Types of LockEdits in RDO?
Write the steps in Creating ActiveX Dll and Active Exe?
Explain the "cursortype" and "Locktype" in VB?
How to get Cursor position using API?
How to load and unload child forms.