Winform 弹出 WPF页面

问题:WinForm项目添加WPF项目后,在WPF的TextBox中无法输入文字

解决方案:在窗体show()之前,添加中间那句话。

注意:

工程添加引用WindowsFormsIntegration,而且还需要添加PresentationCore、PresentationFrameWork、WindowsBase.

posted @ 2019-09-04 13:32  ZaraNet  阅读(335)  评论(0)    收藏  举报