ofer
ofer

Reputation: 4476

how do i transform a standard COM object into ActiveX?

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

Ofer

Upvotes: 0

Views: 275

Answers (1)

Ferruccio
Ferruccio

Reputation: 100638

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.

Upvotes: 4

Related Questions