Windows Forms and MFC
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
Can Windows Forms and MFC windows classes work together in the same project? Sorry, if this sounds stupid, I am new at .NET.
Yeha, instead of C#, use MC++ with your MFC code. Late wrote: work together in the same project? Not really a problem I would say. You can have an assembly written with MC++ that mixes unmanaged and managed code. And then you just reference that assembly in your main project where the usual C# Windows forms code lives. Tom Archer and Nish have written a book about MFC and .NET. May be it's out by now. (Google is your friend.)