Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
据我所知,唯一一本在 IE COM 级别专门讨论此主题的书是
数字 Wrox 出版物 Nikit Zykov 编写的 Internet Explorer C# 编程简介。 尽管示例是用 C# 编写的,但内容对于 VB.NET 程序员同样有用。 但正如已经提到的,您可能最好使用一种更简单的 IE COM 包装 API,例如 WatiN。
The only book I am aware of dedicated to this subject at the IE COM level is
the digital Wrox publication Introduction to programming Internet Explorer in C# by Nikit Zykov. Although the examples are in C# the content is just as useful for VB.NET programmers. But as already mentioned you would probably be better off using one of the simpler IE COM wrapper APIs such as WatiN.
检查这篇文章:
Internet Explorer 后期绑定自动化
使用后期绑定的 Internet Explorer 自动化示例代码,没有 Microsoft.mshtml 和 shdocvw 依赖性。
http://www.codeproject.com/KB/cs/IELateBindingAutowod.aspx
Check this article :
Internet Explorer Late Binding Automation
Internet Explorer automation sample code using late binding, without Microsoft.mshtml and shdocvw dependency.
http://www.codeproject.com/KB/cs/IELateBindingAutowod.aspx
如果您想要一些深入的源代码,您可以查看 WatiN自动化 IE。 事实上,它可能正是您想做的事情。
You can take a look at WatiN if you want some source code that goes in depth in terms of automating IE. In fact it may do exactly what you are trying to do.