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.
我有一个旧的 windows 窗体应用程序,我不想将它转换为 wpf,我想将它嵌入到我的 wpf 应用程序主窗口中。我怎样才能做到这一点 ?。
另外,如何使用 WindowsFormHost 在 wpf 和嵌入式 WinForm 之间传输文本?
您需要使用WindowsFormsHost。查看本教程(展示如何在 WinForms 中执行 WPF,反之亦然)。
您可以使用WindowsFormsHost将单个表单添加到 WPF 应用程序中。如果这足以满足您的目的,请查看此演练。
WindowsFormsHost