IE Toolbar programming

  • Thread starter Thread starter garyusenet
  • Start date Start date
G

garyusenet

Hi. My app interfaces with IE. I think the best way of accessing the
app functions would be a toolbar in Internet Explorer. Any advice on
where I should start in terms of making this? I am new to toolbar
programming so any advice would be appreciated. I want to start with
IE. 6. in mind.

Many Thanks,

Gary.
 
Hello,
Hi. My app interfaces with IE. I think the best way of accessing the
app functions would be a toolbar in Internet Explorer. Any advice on
where I should start in terms of making this? I am new to toolbar
programming so any advice would be appreciated. I want to start with
IE. 6. in mind.

There are a number of different ways of extending IE's toolbar system. A
lot of information is available from Microsoft's MSDN site and there's a
nice summary in this blog article:

http://blogs.msdn.com/ie/archive/2005/09/06/461675.aspx


Among other things, it's possible to create your own toolbar/band objects.
There's a pretty good article on Code Project about it:

http://www.codeproject.com/csharp/dotnetbandobjects.asp


Oliver Sturm
 
Thanks Oliver I had already seen the codeproject.com entry, but not the
blog and that looks particularly useful.

Thanks again!
Gary.
 
Back
Top