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
How about Access 2.0 compatibility?
What is the current version of Visual Basic for Windows?
Advantage of ActiveX Dll over Active Exe.
How do I make the mouse cursor invisible/visible?
Discuss the working with to-do lists.
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
Is it possible to call oracle database through ADO control or Object?
How can you force new objects to be created on new threads?
Timer control contains ________ no. of events.
When should we use recursive programming?
How can I call a 'hidden' DOS program from VB?
Is visual basic case sensitive?
Explain the differences between ActiveX Dll and ActiveX Exe?
What is data control in vb?
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.