Re: Band Objects
From: Igor Tandetnik (itandetnik_at_mvps.org)
Date: 10/27/04
- Next message: Sathish: "Re: Band Objects"
- Previous message: Sathish: "Band Objects"
- In reply to: Sathish: "Band Objects"
- Next in thread: Sathish: "Re: Band Objects"
- Reply: Sathish: "Re: Band Objects"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 27 Oct 2004 14:51:01 -0400
"Sathish" <Sathish@discussions.microsoft.com> wrote in message
news:8575375D-5844-4883-BA60-A5C5E8D0C17B@microsoft.com
> I am developing an Windows Forms application using C# that hosts the
> 'AxWebBrowser' control. On that form, I want to display the Search,
> Favorites etc. bars.
>
> I searched MSDN and this group and found that I have to use
> 'IWebBrowser2::ShowBrowserBar' to do that. I tried using that but I
> could not make it work. Is it that I have to implement interfaces
> like IObjectWithSite to make it work?
WebBrowser control does not support browser extensions. Only stand-alone
Internet Explorer does. If you want to support them too, you'll have to
implement the infrastructure yourself. See this:
http://msdn.microsoft.com/library/en-us/shellcc/platform/Shell/programmersguide/shell_adv/bands.asp
This documentation is for the creators of explorer bands. You will have
to read it from the other side - see what services these extensions
expect from the host, and implement them in your application.
--
With best wishes,
Igor Tandetnik
"On two occasions, I have been asked [by members of Parliament], 'Pray,
Mr. Babbage, if you put into the machine wrong figures, will the right
answers come out?' I am not able to rightly apprehend the kind of
confusion of ideas that could provoke such a question." -- Charles
Babbage
- Next message: Sathish: "Re: Band Objects"
- Previous message: Sathish: "Band Objects"
- In reply to: Sathish: "Band Objects"
- Next in thread: Sathish: "Re: Band Objects"
- Reply: Sathish: "Re: Band Objects"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|