IE toolbar show/hide

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a custom IE tool bar in C# 2005 and I am using a setup and
deployment package to install it. I need to know how I make the tool bar I
just installed show up in IE.

Right now I have to go to "View --> ToolBars -->" and the name of my tool bar.

I would think it's a key in the regedit.

Thanks
André
 
Hi Andre,

You may find more info on this subject in

microsoft.public.inetsdk.programming.webbrowser_ctl

Hint ShowBrowserBar method. (you will have to close all running instances,
start a new one that will load your new toolbar and satelite BHO, then call
the ShowBrowserBar method for the current instance of IE.)

Regards.
 
Back
Top