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?
Thanks, --Mark
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?
Thanks, --Mark
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: