网站首页
编程语言
数据库
系统相关
其他分享
编程问答
WindowsFormsHost
2025-01-01
WPF add System.Windows.Forms.PropertyGrid via WindowsFormsHost
1.AddreferenceSystem.Windows.Forms.dll;2.Addreference C:\ProgramFiles\ReferenceAssemblies\Microsoft\Framework\v3.0\WindowsFormsIntegration.dll3.//xaml<Windowx:Class="WpfApp131.MainWindow"xmlns="http://schemas.mi
2024-12-03
WPF中嵌入第三方窗体-WindowsFormsHost使用
嵌入第三方窗体到Windows窗体或控件中,通过调用API方法很容易实现,但是在WPF存在一些问题,这里对解决这些问题的方法做一点笔记:首先说一下要做嵌入第三方窗体要用到的API方法[DllImport("user32.dll",SetlastError=true)]privatestaticexternIntPtrSetParent(IntPtrhWndC