Difference between listbox and combo box.
Answer Posted / vishwesh moreshwar deshpande
combo box:
1. We can select ony one option from list.
2. We can add ,edit,select info. at run time.
3. We have only drop down facility.
4. We can't use checkbox within combobox.
List box:
1. We can select multiple option from list.
2. We can't add,edit info. at run time.
3. We have both drop up & drop down facility.
4. We can use checkbox within listbox.
(By Vishwesh Deshpande)
| Is This Answer Correct ? | 35 Yes | 1 No |
Post New Answer View All Answers
How would you attach pictures in Treeview Control?
Explain Default cursor Type and LockEdits type in RDO?
what is the Difference between Linked Object and Embedded Object?
How many objects resides in ADO ?
Write the Steps in Creating an ActiveX Control?
What are the new events in textbox that has been included in VB ?
Explain the usage of Web Browser Control?
Explain about the creation of EXE files with Visual Basic?
Explain Types of DBCombo boxes?
What is a toolbox in visual basic?
i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI).
What is "NULL"?
What is the Windows API?
What is datagrid in vb net?
What do you know about user forms.