What is a Component?
Answer / 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 |
What is keyword used to compare two objects?
Is there any way to pass a variable to a form apart from using global variables?
How would you create properties in ActiveX Control?
what are the Types of LockEdits in RDO?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
What is the default workspace?
What is hyperlink?
What is Zorder Method?
How to get Cursor position using API?
How do I call a DLL?
What is a thread pool and how are the threads within a thread pool managed?
How would you view html code in Active Server Pages?