Groups | Blog | Home
all groups > dotnet general > april 2008 >

dotnet general : Create ActiveX control using Visual Net 2005


estufa
4/23/2008 6:51:52 PM
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/exposingdotnetcontrols.aspx?forumid=2373&select=1336367&app=50&df=100&msg=1336367
Scott M.
4/24/2008 12:03:05 AM
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


[quoted text, click to view]

AddThis Social Bookmark Button