Difference between listbox and combo box.
Answer Posted / priya
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 ? | 22 Yes | 4 No |
Post New Answer View All Answers
Types of LockEdits in RDO.
What can you do with visual basic?
What is the difference between change event in normal combobox and dbcombobox?
__ no of controls in form.
What is form in visual basic?
How can Visual Basic be used for server-side scripting?
Explain about declaring variables in Visual basic?
How do I call help files from a VB program?
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
What is the difference between change event in normal combobox and dbcombobox?
Discuss the working with to-do lists.
Is it posible to Create Tables Through Querydef?
How do I create a new form in visual basic?
How would you run your ActiveX Document Dll?
How can I change the printer Windows uses in code without using the print common dialog? How can I change orientation?