How do I write an add-in for IE?
am 23.01.2008 22:19:00 von Jim
I'm looking for sample code to help me learn how to write a toolbar add-in
for IE.
It can be VB6, VB.Net, C# ... heck, I may even try a little C++.
Whatever you've got....I want it.
Thanks!
jim
Re: How do I write an add-in for IE?
am 23.01.2008 23:40:33 von fredo
You want to create what's called a "Browser Helper Object". Here are some
links to get you started, though I think these are mainly in C++
http://support.microsoft.com/default.aspx?scid=kb%3BEN-US%3B q179230
http://msdn2.microsoft.com/en-us/library/bb250489.aspx
It can be done in .NET as well, however. You just need to read up on
creating COM components in managed code.
"jim" wrote in message
news:TaOlj.80407$K27.6736@bignews6.bellsouth.net...
> I'm looking for sample code to help me learn how to write a toolbar add-in
> for IE.
>
> It can be VB6, VB.Net, C# ... heck, I may even try a little C++.
>
> Whatever you've got....I want it.
>
> Thanks!
>
> jim
>
Re: How do I write an add-in for IE?
am 24.01.2008 10:11:12 von Leon Mayne
"jim" wrote in message
news:TaOlj.80407$K27.6736@bignews6.bellsouth.net...
> I'm looking for sample code to help me learn how to write a toolbar add-in
> for IE.
>
> It can be VB6, VB.Net, C# ... heck, I may even try a little C++.
>
> Whatever you've got....I want it.
Some resources for creating IE BHOs using .NET:
http://www.developerfusion.co.uk/show/4644/
http://www.horizonideas.com/writings/articleContent.php?id=1 1