Gossamer Forum
Home : General : Perl Programming :

how to acces to IE tools bar

Quote Reply
how to acces to IE tools bar
Hi all,

I search a way to acces to the IE tools bar...
( for exemple: how can I add an incon like the search icon
of IE in the tools bar )
Where can I find websites talking about programmation
under IE ?...

Thanks a lot.
Best regards.

Fred.

Quote Reply
Re: how to acces to IE tools bar In reply to
Can you visit this URL to get search bar
http://toolbar.google.com.

Quote Reply
Re: how to acces to IE tools bar In reply to
Hi atlas,

Thanks for url... it's exactly that I want to create.
How program a soft like this ?
Where can I get more infos about IE and plug-ins language..
Is it in C++ ??? I don't know...

( sorry for my poor english... I'm french ;o) )

Have a nice day Atlas...

Quote Reply
Re: how to acces to IE tools bar In reply to
You can do it in visual basic. I'm not sure how Google did it.


Mods:http://wiredon.net/gt/download.shtml
Installs:http://wiredon.net/gt/


Quote Reply
Re: how to acces to IE tools bar In reply to
Actually, you can also do this in javascript or ActiveX.

Regards,

Eliot Lee Wink
http://anthrotech.com/
Quote Reply
Re: how to acces to IE tools bar In reply to
ActiveX can be used in the VB project too Smile

I'd be interested to see it done in javascript. Maybe in combination with DHTML.

Mods:http://wiredon.net/gt/download.shtml
Installs:http://wiredon.net/gt/


Quote Reply
Re: how to acces to IE tools bar In reply to
Actually you want to add a toolbar to IE right, one with buttons or a combobox etc. This is known as a deskband(actually there are several types but I won't go into that). You will most likely want to do this in Visual C++. There's a great wizard over at http://www.codeproject.com/atl/rbdeskband.asp the Code Project that will build the basic band for you but you will have to have some knowledge of windows programming and atl to make it work. You will of course need Microsoft Visual C++ to use the wizard and to create the actual band.

http://www.fullmoonshining.com for Pearl Jam Fans
Quote Reply
Re: how to acces to IE tools bar In reply to
THANKS ALL for your help & THANKS Gossamer's forum
Cheers Smile

Fred.