Difference between listbox and combo box.
Answer Posted / rohit solanki
list box :
List box is a tool that allow a user to select more than one
options from a list at a time.
combo box :
combo box is another control of visual basic like list box
but it allows only one option to select at a time.
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
What is the difference between change event in normal combobox and dbcombobox?
What is the use of parameters collection?
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?
which method used to move a recordset pointer in nth position in DAG?
I get a "file not found" error on the IIF function when I distribute by program. Why?
Explain about an event-driven programming language?
What is the default model of the form?
What is the Windows API?
How do I play MID, WAV or other multimedia files?
What are forms in visual basic?
How do I create a window with a small title bar as in a floating toolbar?
I have several megabytes of memory. Why do I get an "out of memory" error?
How would you create properties in ActiveX Control?
What is Parser Bug?
Why doesn't "my string" & Chr$(13) do what I want?