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
Explain about the creation of EXE files with Visual Basic?
How would you navigate between one document to another document
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
Types of ActiveX Components in VB?
what is the Difference between Tabletype and Snapshot?
Types of Resultsets.
What is Internet Explorer and its uses?
How can you save and Get data from Clipboard/ Recordset object consists what?
Is it possible to Access BackEnd procedures? Explain.
It is possible to access Text (x.txt) files? Explain.
What is the use of command Object?What are the various types of variables?
Is there a way to break long lines in VB code?
Is visual basic still used?
Write the steps in Creating ActiveX Dll and Active Exe?
what is the Difference between Recordset and Querydef?