J Jerry Dec 12, 2004 #1 Would a library of Window controls written in C# work with C++ Form projects? Thanks
D Dino Chiesa [Microsoft] Dec 13, 2004 #2 yes. System.Windows.Forms is mostly written in C#, so any C++ WinForms app is a proof that this is so. In .NET, all assemblies are language neutral. They can be used from any ..NET language, including C++ with Managed Extensions. If you are using VS2003, and the .NET Framework, see this article http://msdn.microsoft.com/library/e...AddingManagedCppWindowsFormsToYourProject.asp -D
yes. System.Windows.Forms is mostly written in C#, so any C++ WinForms app is a proof that this is so. In .NET, all assemblies are language neutral. They can be used from any ..NET language, including C++ with Managed Extensions. If you are using VS2003, and the .NET Framework, see this article http://msdn.microsoft.com/library/e...AddingManagedCppWindowsFormsToYourProject.asp -D