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

which Property is used to count no. of items in a combobox?

1 Answers  


How can you check Beginning and End of the file?

2 Answers  


To validate a range of values for a property whenever the property values changes,which type of property procedure you use?

0 Answers  


What do you know about chaining views.

0 Answers  


Is it possible to call oracle database through ADO control or Object?

1 Answers  






How will you retain the values of existing elements in a dynamic array when you want to alter the array size?

1 Answers  


How to get freefile location in memory?

0 Answers   FSS,


Is it possible to Manipulate data through flexgrid? Explain.

0 Answers  


what is the Advantage of ActiveX Dll over Active Exe ?

1 Answers  


what is the Difference between DDE and OLE?

1 Answers  


How would you navigate between one document to another document

0 Answers  


What is the max size of textbox?

1 Answers  


Categories