How To Write a Plug-In for IE

后端 未结 2 1035
遥遥无期
遥遥无期 2020-12-23 21:53

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 doe
相关标签:
2条回答
  • 2020-12-23 22:43

    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

    0 讨论(0)
  • 2020-12-23 22:46

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

    0 讨论(0)
提交回复
热议问题