what is the Difference between listbox and combo box?
Answer Posted / murugesan r
In combo box we can select one item at item from the combo
but,in list box we can select multiple item at a item
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain OLE Drag and Drop?
What is FireHouse Cursors?
What are the tools available for Debuggiu in VB?
Timer control contains ________ no. of events.
How would you attach an ActiveX control in Your Application?
What are the Internet tools available in VB6.0?
Explain the working with task in Gantt chart view.
Types of DBCombo boxes
What are the types of Error? In which areas the Error occurs?
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
what are the Differences between Recordset and Resultsets?
How would you use ActiveX Dll and ActiveX Exe in your application?
1s it posible to Create Tables Through Querydef?
Is it possible to set a shortcut key for label?
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?