如何使用 C# 连接到 Internet Explorer 的打开窗口?
您可以在 C# 程序中使用 COM/OLE 连接到正在运行的 Internet Explorer 实例吗?
理想情况下,我想找到在 IE 中打开的所有网页的 URL。
Can you use COM/OLE in a C# program to connect to a running instances of internet explorer?
Ideally I'd like to find the URLs of all webpages open in IE.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在此处找到了答案代码摘录为:
有人知道该网页上的代码是否也适用于 IE 6?我在7上测试过。谢谢!
I found the answer here and the code excerpt is:
Anyone know if the code on that webpage would also work with IE 6? I tested it on 7. Thanks!
Manisha Mehta 在 http://www.codeproject.com/KB/cs/runninginstanceie 上展示。 aspx 如何做到这一点。
Manisha Mehta shows on http://www.codeproject.com/KB/cs/runninginstanceie.aspx how to do this.