Home All Groups Group Topic Archive Search About
Author
6 Dec 2006 1:53 AM
André
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é

Author
6 Dec 2006 4:43 AM
Rob ^_^
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.
Show quoteHide quote
"André" <A***@discussions.microsoft.com> wrote in message
news:62896DFD-4F9D-4CC9-AEE9-CF71160475A7@microsoft.com...
>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é
Author
6 Dec 2006 4:36 PM
André
Thanks,  Just need to find the method to show it :)

Show quoteHide quote
"Rob ^_^" wrote:

> 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.
> "André" <A***@discussions.microsoft.com> wrote in message
> news:62896DFD-4F9D-4CC9-AEE9-CF71160475A7@microsoft.com...
> >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é
>
>
>
Author
7 Dec 2006 12:59 AM
André
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é