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
Data Control missing from toolbox when I use VB under NT3.5. Why?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
What is the difference between adodc and adodb in vb?
How can you Implement windows functionality in VB?
What is file in vb?
What is the use of Imagelist Controls ?
What is dao in visual basic?
Types of cursors in RDO.
Which language is used in visual basic?
what are the Differences between Recordset and Resultsets?
What is the default workspace?
What are the Internet tools available in VB6.0?
How can you force new objects to be created on new threads?
Is it possible to Manipulate data through flexgrid? Explain.
How would you add elements in TreevieW Control?