Installing and setting up a IE toolbar

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

I've developed a custom toolbar dll for Internet Explorer. Now I am trying
to create an installer for it. Registering the dll is all it takes to get
it to show up in IE, but you have to go to the view menu and select it after
restarting IE. I was wondering if there was a way to make the toolbar
automatically show in IE after it's installed. Even better, is there a way
to have it show up without restarting IE? Thanks.
 
Hi Brian,

You may post this question to IE Programming groups.

These links might help you implement the Band object, BHO:

HOWTO: Programmatically Active a Band Object
http://support.microsoft.com/support/kb/articles/Q255/9/20.ASP

From MSDN - Creating, Implementing Desk Band, Tool Bands and Exploer bars.
http://msdn.microsoft.com/library/d...rm/shell/programmersguide/shell_adv/bands.asp

--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k



I've developed a custom toolbar dll for Internet Explorer. Now I am trying
to create an installer for it. Registering the dll is all it takes to get
it to show up in IE, but you have to go to the view menu and select it after
restarting IE. I was wondering if there was a way to make the toolbar
automatically show in IE after it's installed. Even better, is there a way
to have it show up without restarting IE? Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top