Winform 弹出 WPF页面
问题:WinForm项目添加WPF项目后,在WPF的TextBox中无法输入文字
解决方案:在窗体show()之前,添加中间那句话。
注意:
工程添加引用WindowsFormsIntegration,而且还需要添加PresentationCore、PresentationFrameWork、WindowsBase.
问题:WinForm项目添加WPF项目后,在WPF的TextBox中无法输入文字
解决方案:在窗体show()之前,添加中间那句话。
注意:
工程添加引用WindowsFormsIntegration,而且还需要添加PresentationCore、PresentationFrameWork、WindowsBase.