Mar 21, 2003 #1 F Fylom Member Joined Jan 24, 2003 Messages 9 Hi, Can we still create OCX component in .Net ? I dont mean Windows control, I mean *.ocx file so it could be compatible with VB and MFC 6.0 and FrontPage and Office VBA and so on...
Hi, Can we still create OCX component in .Net ? I dont mean Windows control, I mean *.ocx file so it could be compatible with VB and MFC 6.0 and FrontPage and Office VBA and so on...
Mar 21, 2003 #2 Divil Well-known member Joined Nov 17, 2002 Messages 2,748 No, you cant create ActiveX controls with .NET that you can use with VB6 etc.
Mar 24, 2003 #3 F Fylom Member Joined Jan 24, 2003 Messages 9 Hi again ! I finally find out that ActiveX control can still be done with Visual Studio.net but only using VC++ MFC. There is also a back door way of simulating ActiveX Control using VB.net or C#. It is explained there: http://www.codeproject.com/cs/miscctrl/exposingdotnetcontrols.asp Fylom
Hi again ! I finally find out that ActiveX control can still be done with Visual Studio.net but only using VC++ MFC. There is also a back door way of simulating ActiveX Control using VB.net or C#. It is explained there: http://www.codeproject.com/cs/miscctrl/exposingdotnetcontrols.asp Fylom