tags:

views:

766

answers:

3

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

+1  A: 

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:

http://msdn.microsoft.com/en-us/library/ms744829.aspx

DannySmurf
A: 

Here's a good introduction

Aidan Ryan
A: 

My problem is that i have non knownledge on C++... so copy&paste of code is the only thing i can do...

I don't know where to put the necessary code in an MFC ActiveX...