Create ActiveX control using Visual Net 2005

  • Thread starter Thread starter estufa
  • Start date Start date
Just to be clear, you cannot create an ActiveX control using .NET. What
that article describes is how to expose a .NET Windows Form to a COM
application via InterOp so that the COM application believes it is accessing
an ActiveX control. But, in actuality, you have not created an ActiveX
control.

-Scott
 
Ok, thanks.
Anyhow, it works fine. 8-)
I'm using them with CobolWOW (IDE for Cobol) and they do work.
Regards.
 
Back
Top