This question has been asked before in the context of a VB app.
http://groups.google.com/group/gears-eng/browse_thread/thread/f22ce1f101cc4c01/6743bee0dd9aebdf?lnk=gst&q=Ramesh#6743bee0dd9aebdf

Dimitri is right, the Gears.BHO is not being loaded. Many applications embed
IE and we don't want to load Gears into them indiscriminently. As an app
developer, you should be able to explicitly load and initialize the
Gears.BHO in your .net application. When creating your embedded browser
control, you will want to...

* create an instance of the Gears.BHO COM object
* get a reference to it's IObjectWithSite interface pointer
* call the SetSite(iunknownOfEmbeddedBrowserControl)

Hope this helps.

Michael


On Thu, Sep 25, 2008 at 8:52 AM, Dimitri Glazkov
<[EMAIL PROTECTED]>wrote:

>
> WebBrowser Control doesn't load any BHO's (Browser Helper Objects),
> which means that Gears won't be loaded when you instantiate the
> control. You could probably finagle your way into doing that manually,
> but that would probably not be a supported way to run Gears...
>
> Scratch that. I can't find any references on how to do accomplish that
> manually using managed code. So, the short answer is no, you can't do
> that.
>
> :DG<
>
>
> On Thu, Sep 25, 2008 at 8:25 AM, Ben Lisbakken <[EMAIL PROTECTED]>
> wrote:
> > I'm going to CC Dimitri Glazkov because he's posted a .NET tutorial
> before
> > and he might have an idea on this question.
> > I don't have experience with .NET, though, so I can't help.
> > -Ben
> >
> > On Thu, Sep 25, 2008 at 4:23 AM, NealLee <[EMAIL PROTECTED]> wrote:
> >>
> >> Hi all,
> >>
> >> I'm working on a project which use .net WebBrowser Control to embedded
> >> a IE into a desktop-app.
> >>
> >> Everything is working fine, but when I take offline, .net WebBrowser
> >> Control seems can't access the LocalServer cached files, it always
> >> send a request to server, so web page can't be displayed.
> >>
> >> Have anyone encountered this problem too?
> >>
> >> Thanks a lot!!
> >
> >
>

Reply via email to