How To Write a Plug-In for IE
Asked Answered
L

2

21

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?
Libra answered 2/9, 2008 at 16:7 Comment(0)
F
12

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

Foothold answered 2/9, 2008 at 17:0 Comment(2)
try putting a backslash \ before each of the parentheses in the url.Oblivion
petesearch.com/wiki and hackszine.com/blog/archive/2007/06/… are no longer valid.Seato
S
9

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

Sthilaire answered 20/6, 2009 at 17:36 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.