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
Can you tell me the properties of the controls?
What is the use of OLE?
Explain the differences between ActiveX Dll and ActiveX Exe?
How to get Cursor position using API?
what is the control used to call a windows application.
how a multiple routing works ?
What is the difference between change event in normal combobox and dbcombobox?
Differentiate between DAO,ADO and Adodc as in data access objects?
Difference between Class Module and Standard Module?
Scope of API?s can be of different types, what are they Why API functions are Required?
How can you determine performance standards?
Difference between ActiveX Control and Standard Control.
Is it possible to change menu runtime using API? If yes? Specify the function names.
What is the use of Hyperlink control for DHTML applications?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?