Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Internet Explorer (ie) Addon (toolbar), How to develop/program?
Vyoma
post Jul 13 2007, 10:41 PM
Post #1


Cosmic Overlord
Group Icon

Group: Members
Posts: 571
Joined: 26-November 05
From: Denver, Colorado, US
Member No.: 9,811
myCENTs:45.66



I need to develop a toolbar for Internet Explorer. Nothing radical. There will be a text box and a button on the toolbar. Whatever is filled in the tool bar needs to be processed and a URL is constructed and page is redirected to that URL when the button is pressed.

I tried to get some info on this my lurking over at the MSDN forums but all I got is headache. tongue.gif

Any one have any clue where I should start looking at a definitive guide for this? I did try searching for this, but nothing relevant came up.
Go to the top of the page
 
+Quote Post
lefioda
post Jul 14 2007, 03:17 AM
Post #2


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 23
Joined: 14-July 07
Member No.: 23,348



unn y dont know.
but with you whant a good toolbar,download the google toolbar is the best = )
Go to the top of the page
 
+Quote Post
faulty.lee
post Jul 14 2007, 08:22 AM
Post #3


Super Member
Group Icon

Group: [HOSTED]
Posts: 500
Joined: 5-November 06
Member No.: 17,016
myCENTs:NEGATIVE[-20.12]



QUOTE(Vyoma @ Jul 14 2007, 06:41 AM) *
I need to develop a toolbar for Internet Explorer. Nothing radical. There will be a text box and a button on the toolbar. Whatever is filled in the tool bar needs to be processed and a URL is constructed and page is redirected to that URL when the button is pressed.

I tried to get some info on this my lurking over at the MSDN forums but all I got is headache. tongue.gif

Any one have any clue where I should start looking at a definitive guide for this? I did try searching for this, but nothing relevant came up.

I've done something quite similar few years back. My company need to develop an IE toolbar to translate international domain name. We have 2 choice of programming language, .net or C++. We ended up with C++, cause it's harder to convince users to download a huge 28MB framework just to enable a toolbar. With C++ it's a bit tough to start off. Lucky we found a good tutorial and sample to start with http://www.codeproject.com/atl/ietoolbartutorial.asp. It's by Erik Thompson, posted on CodeProject. Along in the same article, there's a few more related tutorial linked.

It serve as a good start for us to write that toolbar. We even have a Chinese Input (pinyin) written into the toolbar. C++ is good for this as it's not dependent on bulky library, and we only use ATL, which comes with Win2K and above. We were using VC6 at that time. Later migrated to VC7 for better code compatibility and stability. It was a pain to migrate as well, but it's worth it. After you get hold of the basic toolbar, the rest is just a matter of programming. The toughest part is only to get the toolbar display in the IE. This is mostly due to CSID and COM involvement, which we're not that expert in. A small mistake in the coding, be it the loading sequence or specific GUID, the toolbar just disappear, with no clue on what's wrong. It takes a lot of troubleshooting skill to get it right.

If you toolbar is for in house use, or own use, you can consider .net, it's a lot easier.

Good Luck
Go to the top of the page
 
+Quote Post
Vyoma
post Jul 14 2007, 09:31 PM
Post #4


Cosmic Overlord
Group Icon

Group: Members
Posts: 571
Joined: 26-November 05
From: Denver, Colorado, US
Member No.: 9,811
myCENTs:45.66



QUOTE(faulty.lee @ Jul 14 2007, 01:52 PM) *
I've done something quite similar few years back. My company need to develop an IE toolbar to translate international domain name. We have 2 choice of programming language, .net or C++. We ended up with C++, cause it's harder to convince users to download a huge 28MB framework just to enable a toolbar. With C++ it's a bit tough to start off. Lucky we found a good tutorial and sample to start with http://www.codeproject.com/atl/ietoolbartutorial.asp. It's by Erik Thompson, posted on CodeProject. Along in the same article, there's a few more related tutorial linked.

It serve as a good start for us to write that toolbar. We even have a Chinese Input (pinyin) written into the toolbar. C++ is good for this as it's not dependent on bulky library, and we only use ATL, which comes with Win2K and above. We were using VC6 at that time. Later migrated to VC7 for better code compatibility and stability. It was a pain to migrate as well, but it's worth it. After you get hold of the basic toolbar, the rest is just a matter of programming. The toughest part is only to get the toolbar display in the IE. This is mostly due to CSID and COM involvement, which we're not that expert in. A small mistake in the coding, be it the loading sequence or specific GUID, the toolbar just disappear, with no clue on what's wrong. It takes a lot of troubleshooting skill to get it right.

If you toolbar is for in house use, or own use, you can consider .net, it's a lot easier.

Good Luck

faulty.lee - Thanks a lot for that. It definitely gives me direction to look at.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. New Program(2)


 



- Lo-Fi Version Time is now: 5th December 2008 - 12:29 AM