Answer Posted / guest
If you compile an ActiveX dll, it becomes a component. If
you compile an ActiveX Control, it becomes both a component
and a control. Component is a general term used to
describe code that's grouped by functionality. More
specifically, a component in COM terms is a compiled
collection of properties/methods and events. Typically a
component is loaded into your project via the References
whereas an ActiveX Control is loaded into your project
via "components".
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which language is used in visual basic?
How do I call a DLL?
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 ActiveX Control?
What is data binding in vb net?
What is dao in vb?
How do I add a form in visual basic?
How do you zoom in visual basic?
__ no of controls in form.
What is ActiveX Document?
What are the uses of List View Control?
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
What is the use of Scalewidth and ScaleHeight Proeperty?
What is instantiating?