使用 VC 创建 IE 插件2010年速成版

发布于 2024-11-16 19:58:00 字数 182 浏览 3 评论 0原文

我需要使用 VC++ 2010 Express 版本为 IE 创建一个插件。它需要处理 BHO 并创建 dll 文件。那么任何人都可以向我提供要遵循的步骤和参考资料。我还知道它需要 sdk 和 wtl/atl 所以请帮助我解决同样的问题。

我已经下载并安装了 VC++ 2010 Express Edition,但无法继续。 请帮我。

I need to create an addon for IE using VC++ 2010 express edition. It requires to work on BHO and create dll files. So can any one please provide me the steps to follow and references. Also I came to know that it requires sdk and wtl/atl so please help me regarding the same.

I have downloaded and installed VC++ 2010 express edition but I am not able to move forward.
Please help me.

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

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

发布评论

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

评论(1

可爱咩 2024-11-23 19:58:00

ATL 在 VC Express 中不可用。查看用纯 C++ 编写 BHO 以获取基于 Windows SDK 的示例。

建议阅读:

  • Essential COM,作者:Don Box
  • 编程 Microsoft Internet Explorer 5,作者:Scott Roberts

ATL is not available in VC Express. Check Writing a BHO in Plain C++ for an example based on Windows SDK.

Suggested reading:

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