Re: internet add-in toolbar
Learn XUL. It's the language Mozilla Firefox is built off of and it's an easy language.
First, d/l firefox. Then visit xulplanet.com XUL is easier than html so you should pick it up pretty quickly.
Re: internet add-in toolbar
Search the MS site for Browser Helper Object or BHO.
Oh wait, I will find something for you...
Here is for toolbar buttons on IE - http://msdn.microsoft.com/library/de...als/button.asp
And here is for everything you will want to know about anything dealing with customizing IE - http://msdn.microsoft.com/library/de...asp?frame=true
Re: internet add-in toolbar
Rob, you posted the same link twice. :p
I would be interested in IE development but it looks really complex.
A simple browser in XUL is this:
Code:
<window>
<hbox>
<browser>
</hbox>
</window>
It really is one of the simplest languages if you could call it that.
Re: internet add-in toolbar
Its that side bar explorer type window wasnt sync'd :( Post updated now.
Re: internet add-in toolbar