vote up 4 vote down star
1

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?
flag

2 Answers

vote up 4 vote down check

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

Edit: Can't get the msdn link to work with markdown, probably because it contains parens.

link|flag
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/… are no longer valid. – Tolle May 27 at 20:26
vote up 3 vote down

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

link|flag

Your Answer

Get an OpenID
or

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