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 do I use GetPrivateProfileString to read from INI files?
Where can I get good up-to-date information about VB?
What do you mean by Databound Controls Explain?
How about Access 2.0 compatibility?
what are the types of LockEdits in DAO?
Difference between ActiveX Control and Standard Control.
How can you Implement windows functionality in VB?
Write the Steps in Creating an ActiveX Control?
How would you run your ActiveX Document Dll?
Write the steps in Creating ActiveX Dll and Active Exe?
What is meant by Establish Connection in RDO?
What is the default workspace?
How do you change the icon and otherwise manipulate the DOS box?
Where can I get updated VB and other Microsoft files?
What is activex control in vb?