首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > C# >

wpf 的相关有关问题

2013-07-29 
wpf 的相关问题winform的this.Document.Window.DomWindow 在wpf中的对应方法WPFwebbrowser[解决办法]((Sys

wpf 的相关问题
winform的this.Document.Window.DomWindow 在wpf中的对应方法 WPF webbrowser
[解决办法]
((System.Windows.Forms.HtmlDocument)this.Document).Window.DomWindow

可以这样么?
[解决办法]
应该是这个。
引用Microsoft.mshtml
mshtml.IHTMLDocument2 doc2 = (mshtml.IHTMLDocument2)this.Document;

热点排行