13

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?

Matt
  • 14,906
  • 27
  • 99
  • 149
mkinkade
  • 315
  • 2
  • 10

1 Answers1

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