Difference between listbox and combo box.
Answer Posted / sanjeev aggarwal
list box:
it takes more space on form
select multiple data at a time
can't add filed at run time
combo box:
need less space
select 1 data a time
add fields at run time
combo box has features of text box and list box
Is This Answer Correct ? | 52 Yes | 9 No |
Post New Answer View All Answers
In which areas the Error occurs?
How would you create Visual basic Document file?
Difference between Class Module and Standard Module?
What is vbs file?
I get a "file not found" error on the IIF function when I distribute by program. Why?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
Types of LockEdits in RDO.
Discuss the working with to-do lists.
What are the types of API Types.
How can I speed up my VB database application?
How do I make a text box not beep but do something else when I hit the Enter key?
What is the use of OLE?
How many File System Controls are there Explain?
How do I program the Novell NetWare API from VB?
What is the use of progress Bar Control?