Click to See Complete Forum and Search --> : ie toolbar


Brkwtzandrew
04-23-2005, 07:50 AM
I want a toolbar in ie (like google or yahoo).
I was wondering how to do it besides buying an expensive program.

Two things I want to know:

tutorials or books to read
what programing language is used

;)

webgovernor
04-23-2005, 08:12 AM
http://www.codeproject.com/atl/ietoolbartutorial.asp

is that what you were looking for?

It describes how to make an IE toolbar, in C++,
using Visual C++ 6.0...

I know you can use a number of programming languages to
make a toolbar,

Java, C, C++, or any other language that can be compiled
into an .exe file.

Good luck!

Brkwtzandrew
04-23-2005, 08:21 AM
1 more question...
can i display html in the toolbar ex. a login form
:)

webgovernor
04-23-2005, 09:32 AM
Ummm...

I believe so, maybe not display dynamic info inside of the login form
(located on the tool bar)

But I'm possitive that you can send POST and GET vars via the plugin.

Donnu how to do that though.

Brkwtzandrew
04-24-2005, 03:05 PM
thx!!