【发布时间】:2015-07-24 18:43:14
【问题描述】:
我可以在 C# 中创建 IE 实例
// start the browser
SHDocVw.InternetExplorer m_IExplorer = new SHDocVw.InternetExplorer();
// go to home page
m_WebBrowser = (SHDocVw.WebBrowser)m_IExplorer;
并在其事件中工作,例如 导航前 下载开始
我可以在 Firefox 或 chrome 中执行此操作并在此事件中工作
【问题讨论】:
标签: c# google-chrome firefox