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 would you attach an ActiveX control in Your Application?
How would you convert a form into document?
What is dao in visual basic?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
What is DBSqlPassThrough?
Write the Steps in Creating an ActiveX Control?
What is ActiveX Control?
How do I make an animated icon for my program?
How would you create your application in DHTML?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
What is file in vb?
Advantage of ActiveX Dll over Active Exe.
___ is the control used to call a windows application.
__ no of controls in form.
How would you create properties in ActiveX Control?