Question

I'm looking for any resources on hosting a WPF form within an existing MFC application. Can anyone point me in the right direction on how to do this?

Was it helpful?

Solution

From what I understand (haven't tried myself), it's almost as simple as just giving the WPF control the parent's handle. Here's a Walkthrough: Hosting WPF Content in Win32.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top