Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找有关在现有 MFC 应用程序中托管 WPF 表单的任何资源。谁能指出我如何做到这一点的正确方向?
据我了解(我自己没有尝试过),这几乎就像让 WPF 控制父句柄一样简单。这是一个演练:在 Win32 中托管 WPF 内容。