IE 自动化书籍或资源? 使用 MSHTML/ShDocVw VB.Net

发布于 2024-07-05 04:04:20 字数 1557 浏览 8 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

三岁铭 2024-07-12 04:04:21

据我所知,唯一一本在 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.

美人迟暮 2024-07-12 04:04:21

检查这篇文章:
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

囚我心虐我身 2024-07-12 04:04:20

如果您想要一些深入的源代码,您可以查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文