Show Browser ToolBar

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

Guest

Basically, I am trying to add a back and forward button to my AxWebBrowser so
I'm trying to use ShowBrowserBar. Has anyone ever used the command
this.axWebBrowser1.ShowBrowserBar(ref object pvaClsid, ref object pvarShow,
ref object pvarSize);

I'm wondering what I'm supposed to send in as paramenters. Or if there is a
better way to do what I'm trying to do.

Thank you.
Susan
 
If ÿou're only interested in the back and forth buttons, why don't you add
them yourself and write code to invoke back and formward functions in the
browser window?
 
If I am building my own back and forward buttons, how can I accurately
simulate the drop down menus of the IE Back and Forward Buttons? I have
created a toolbar with dropdown style buttons, but I don't know where to get
the history list to populate the context menus.

Patrik Löwendahl said:
If ÿou're only interested in the back and forth buttons, why don't you add
them yourself and write code to invoke back and formward functions in the
browser window?

--
Patrik Löwendahl [C# MVP]
www.cshrp.net - "Elegant code by witty programmers"
Susan said:
Basically, I am trying to add a back and forward button to my AxWebBrowser so
I'm trying to use ShowBrowserBar. Has anyone ever used the command
this.axWebBrowser1.ShowBrowserBar(ref object pvaClsid, ref object pvarShow,
ref object pvarSize);

I'm wondering what I'm supposed to send in as paramenters. Or if there is a
better way to do what I'm trying to do.

Thank you.
Susan
 
Back
Top