What is a Component?



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

Post New Answer

More Visual Basic Interview Questions

What is keyword used to compare two objects?

2 Answers  


Is there any way to pass a variable to a form apart from using global variables?

0 Answers  


How would you create properties in ActiveX Control?

0 Answers  


what are the Types of LockEdits in RDO?

0 Answers  


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?

0 Answers  






What is the default workspace?

0 Answers  


What is hyperlink?

0 Answers  


What is Zorder Method?

1 Answers  


How to get Cursor position using API?

2 Answers  


How do I call a DLL?

0 Answers  


What is a thread pool and how are the threads within a thread pool managed?

0 Answers  


How would you view html code in Active Server Pages?

1 Answers  


Categories