Click to See Complete Forum and Search --> : mixing MFC interfaces with .NET Forms cleanly


phreds_phancy
October 9th, 2002, 02:03 PM
Is it possible to parent a .NET form to an existing MFC application? I have an existing SDI application and I want to call a .NET form. I am able to bring up the form but it is not parented properly. Any ideas how?

WillemM
November 6th, 2002, 10:49 AM
The only way I know to do this, is to convert the whole SDI app to .net.
I also recommend this, because this is also the most secure way.
I think your app will also a be a lot faster when you base it completely on .net.

Or you will have to make all forms in MFC.