mkinkade
mkinkade

Reputation: 325

How to host a WPF form in a MFC application

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?

Upvotes: 14

Views: 4726

Answers (1)

TheSmurf
TheSmurf

Reputation: 15568

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.

Upvotes: 5

Related Questions