---恢復內容開始---網絡
1、ACTIVEX及其相關概念分佈式
使用 WindowsFormsHost 元素可將 Windows Forms控件放置到 WPF 元素或頁面中。ui
若要在 Windows Forms控件或窗體中承載 WPF 元素,使用 ElementHost控件this
System.Windows.Forms.Integration.WindowsFormsHost host = new System.Windows.Forms.Integration.WindowsFormsHost();spa
3.實例化Activex控件 、初始化控件、控件復值到host 代理
txsl1 = new activex();orm
host.Child = txsl1;htm
4.添加Host對象到WPF 窗體對象
this.mainGrid.Children.Add(host);element
---恢復內容結束---