tags:

views:

54

answers:

1

Hi,

A have a working COM object. do I need to do any code/registry modifications in order to make it an ActiveX?

Ofer

+3  A: 

COM objects are ActiveX objects. Microsoft likes to change the name of the technology every once in a while. They used to be called OLE objects. They will probably be renamed to Live something or other in the future :-)

If you want to use your COM/ActiveX object in IE, there are some interfaces you need to implement. But that is a whole other question.

Ferruccio