如何在MFC应用程序中托管WPF表单

如何在MFC应用程序中托管WPF表单

问题描述:

我正在寻找有关在现有MFC应用程序中托管WPF表单的任何资源.谁能为我指出正确的方法?

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?

据我了解(我自己还没有尝试过),这几乎就像给WPF控件提供父级的句柄一样简单.这是演练:在Win32中托管WPF内容.

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.