Hello,
I have a class in MFC and I want to use this class in Windows forms. For that I create a .dll file using the MFC class and load that .dll file in to CLR project and draw that object in Windows form. But now I want to add an event to that new control. How can I do this?
eg:
I have a...
Hello,
Thank you for your reply.
CLI is not Command Line Interface, its Common Language Interface, Check Visual Studio-2008, create project -> CLR type. We want to use MFC class in this project. I am trying for that.
Hello,
I have a program, which one developed using MFC and the development is going on. Now I want to create the same application using C++/CLI. For that I want to re-create all the MFC class. If any mechanism for using the same MFC class in C++/CLI. I try one that, create .dll file using the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.