Create ActiveX control using Visual Net 2005

Create ActiveX control using Visual Net 2005

am 24.04.2008 03:51:52 von estufa

Hi
I see some questions about creating ActiveX controls using .NET.
I found the answer in this page and it works really good for me.
http://www.codeproject.com/KB/miscctrl/exposingdotnetcontrol s.aspx?forumid=2373&select=1336367&app=50&df=100&msg=1336367
Good luck.

Re: Create ActiveX control using Visual Net 2005

am 24.04.2008 06:03:05 von smar

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


"estufa" wrote in message
news:5f1fa67f-422f-4ebd-8d34-7266ad89cb08@d45g2000hsc.google groups.com...
> Hi
> I see some questions about creating ActiveX controls using .NET.
> I found the answer in this page and it works really good for me.
> http://www.codeproject.com/KB/miscctrl/exposingdotnetcontrol s.aspx?forumid=2373&select=1336367&app=50&df=100&msg=1336367
> Good luck.