How To Write a Plug-In for IE

两盒软妹~` 提交于 2019-11-28 17:12:51

问题


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.

  • How does one create an IE plugin?
  • What languages are available for this task?
  • How can I make a Hello World plugin?

回答1:


Here are a few resources that might help you in your quest to create browser helper objects (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:


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



来源:https://stackoverflow.com/questions/39892/how-to-write-a-plug-in-for-ie

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!