I'm trying to host a managed control (C#/.Net) inside an ActiveX Control (MFC/C++/CLR Enabled.)
I've been able to use CWinFormsControl successfully from an MFC View based application, but I haven't figured out how to host one in an ActiveX Control. The ActiveX control is CLR enabled. We're attempting to do this because we have a legacy MFC application that needs to make use of a third party managed control, and we must host it inside of our own ActiveX control, which is then hosted in our application. Long story, but this is how it must work.
Any pointers?