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?
Asked
Active
Viewed 4,669 times
1 Answers
5
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.

IInspectable
- 46,945
- 8
- 85
- 181

TheSmurf
- 15,337
- 3
- 40
- 48
-
But the example uses c++/cli and not mfc. Can’t this answer be expanded? – Andrew Truckle Jul 25 '18 at 22:24