如何为IE编写插件

时间:2023-01-15 12:59:42

The IE Developer Toolbar is a plugin that can dock or separate from the browser. I understand its much more difficult to do this in IE than in Firefox.

IE Developer Toolbar是一个可以与浏览器对接或分离的插件。我理解在IE中比在Firefox中更难做到这一点。

  • How does one create an IE plugin?
  • 如何创建IE插件?

  • What languages are available for this task?
  • 有哪些语言可用于此任务?

  • How can I make a Hello World plugin?
  • 如何制作Hello World插件?

2 个解决方案

#1


12  

Here are a few resources that might help you in your quest to create browser helper objects (BHO).

以下是一些可能有助于您创建浏览器帮助程序对象(BHO)的资源。

http://petesearch.com/wiki/ (archived)

http://www.hackszine.com/blog/archive/2007/06/howto_port_firefox_extensions.html

http://msdn.microsoft.com/en-us/library/ms182554(VS.80).aspx

http://www.codeplex.com/TeamTestPlugins

#2


9  

See http://www.enhanceie.com/ie/dev.asp for my favorite resources on this topic.

有关此主题的我最喜欢的资源,请访问http://www.enhanceie.com/ie/dev.asp。

#1


12  

Here are a few resources that might help you in your quest to create browser helper objects (BHO).

以下是一些可能有助于您创建浏览器帮助程序对象(BHO)的资源。

http://petesearch.com/wiki/ (archived)

http://www.hackszine.com/blog/archive/2007/06/howto_port_firefox_extensions.html

http://msdn.microsoft.com/en-us/library/ms182554(VS.80).aspx

http://www.codeplex.com/TeamTestPlugins

#2


9  

See http://www.enhanceie.com/ie/dev.asp for my favorite resources on this topic.

有关此主题的我最喜欢的资源,请访问http://www.enhanceie.com/ie/dev.asp。