CWinFormsControl and VC.NEt
1)Is CWinFormsControl supported by VC.NET
2) How would I use a .NET control in native code in VC.NET.
I wrote some code in VC2005 using the CWinFormsControl class. I included afxwinforms.h in my stdafx.h file to facilitate the class. But when I tried running the code under CV.NET it said that afxwinforms wasn't found.
So my question is:Is CWinFormsControl supported by VC.NET. and if so do include afxwinforms.h or something else. and if this is not supported by VC.NEThow would I use a .NET control in native code in VC.NET.
Thanks!

