Is there a way to import a C# windows form and user control into C++.NET? I’m using VS2008 and have VS2010 installed as well.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you have a .NET assembly or control in an assembly it doesn’t matter wheter you code and use it from managed C++, C# or VB.NET or any other .NET language, that’s one of the reasons why .NET was invented: be language independent.
To use it: simply reference the .NET assembly in the new project.