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
What are the types of line styles available in Treeview Control?
What are 3 main differences between flexgrid control and dbgrid control?
How do I get a bitmap picture in a field in an Access database?
How do I make an animated icon for my program?
Data Control missing from toolbox when I use VB under NT3.5. Why?
Explain about trees structures work.
How would you use ActiveX Dll and ActiveX Exe in your application?
Whether HTML supports multimedia: and document links?
How would you Create a Query Builder and Explain its uses ?
How do I mimic a toggle button?
What are the Internet tools available in VB6.0?
How do I speed up control property access?
What is the use of debug Window?
Is it possible to Manipulate data through flexgrid? Explain.
What is the use of progress Bar Control?