D Derek Hart Feb 14, 2009 #1 How do I go about turning my Windows Form .Net application into an ActiveX control, that can be hosted inside other programs?
How do I go about turning my Windows Form .Net application into an ActiveX control, that can be hosted inside other programs?
E Eusebiu Feb 14, 2009 #2 Hello... You can create only .NET UserControls that you can use like an ActiveX control... Check out this article... http://dotnetslackers.com/articles/csharp/WritingAnActiveXControlInCSharp.aspx Hope this helps...
Hello... You can create only .NET UserControls that you can use like an ActiveX control... Check out this article... http://dotnetslackers.com/articles/csharp/WritingAnActiveXControlInCSharp.aspx Hope this helps...
M Mr. Arnold Feb 15, 2009 #3 Derek Hart said: How do I go about turning my Windows Form .Net application into an ActiveX control, that can be hosted inside other programs? Click to expand... You have .NET UserControls. ActiveX is a COM solution.
Derek Hart said: How do I go about turning my Windows Form .Net application into an ActiveX control, that can be hosted inside other programs? Click to expand... You have .NET UserControls. ActiveX is a COM solution.