Hi<br>COM (Component Object Model) is a component technology which is a set of standards which allow the components to communicate with one another. COM is a binary standard. Any component that is developped using these guidelines, which are nothing but a way of exposing interfaces for communication, is a COM component. A COM component canbe developped in VC++, VB or any platform that supports COM.<br><br>ActiveX on the other hand is an implementation of COM. Or in simple words you can say its a type of COM component. So all ActiveX components are COM components. You can build an ActiveX component using VB.<br><br>Bye
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.