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 the difference between creating a object using New and CreateObject in Visual Basic?

1 Answers  


Where can I get good up-to-date information about VB?

0 Answers  


What is a datacontrol?

1 Answers  


Can we display only integers / numbers through the message box? Is there any constraint to do so?

8 Answers   Infosys,


What is diff between the Generic Variable and Specific Variable?

1 Answers  






What can you do with visual basic?

0 Answers  


What will be the code in VB, while saving the form and light goes off? Please tell me the exact code line.

1 Answers  


What is the Dll required for running the VB?

1 Answers  


What is the default property of datacontrol?

2 Answers   VSoft,


Hai! , i make a project for browsing center using vb6.0 , at the time of running below mentioned error is occured so please help me for solve this problem. Error : Can't find project or library

4 Answers   Wipro,


How do you change the icon and otherwise manipulate the DOS box?

0 Answers  


What is the use of NEW Keyword? Explain.

0 Answers  


Categories