Difference between listbox and combo box.
Answer Posted / suyog srivastava
In COMBOBOX user can edit,add and select information at runtime but in LISTBOX these options cant be done
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I create controls dynamically (at run-time)?
Advantage of ActiveX Dll over Active Exe.
Draw Sequence Modal of DAO? Explain.
How would you access objects created in ActiveX Exe and ActiveX Dll
What is dao in visual basic?
Explain OLE Drag and Drop.
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
What is ActiveX Dll and ActiveX Exe?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
what are the Differenct Types of Procedures in VB?
What are the scope of the class?
Explain about conditional operators?
What is data control in vb?
Explain the types of Views in Listview Control?
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.