up vote 10 down vote favorite
4
share [g+] share [fb]

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?
link|improve this question

feedback

2 Answers

up vote 7 down vote accepted

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

http://petesearch.com/wiki/

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

link|improve this answer
try putting a backslash \ before each of the parentheses in the url. – Carl Camera Sep 25 '08 at 14:43
petesearch.com/wiki and hackszine.com/blog/archive/2007/06/… are no longer valid. – Tolle May 27 '09 at 20:26
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.