Re: [Igor, help me] DISPID_SETSECURELOCKICON event not fired post below...

From: Gsw.Zero (gswzero_at_hotmail.com)
Date: 04/27/04


Date: Tue, 27 Apr 2004 17:06:55 +0300

I imagined that the web browser app have nothing to do directly with the web
browser control.
But I thought it may be an enumeration (if not a direct method) to obtain from
the top level browser all the descendant objects, something like:

web browser app
  - rebars collection <-- app. parent ... "get_Bars(...)"
    - rebar item
       - toolbars collection
          - toolbar item
            - buttons collection
              - button
               ...
      ...
    - web browser control [x] <-- app. parent "get_BrowserOrSomething(...)"
      ...
      - frames collection
        etc.

So you say there is no chance... not even with "obscure" methods or another
interface support?
(I don't want to be stressing, tell me when to stop knocking on closed doors,
please...)

Thank you very much,
Cristian Amarie

"Igor Tandetnik" <itandetnik@mvps.org> wrote in message
news:%23CchT4FLEHA.2588@TK2MSFTNGP10.phx.gbl...
> "Gsw.Zero" <gswzero@hotmail.com> wrote in message
> news:%230L5wIELEHA.2488@TK2MSFTNGP10.phx.gbl
> > So the web browser app does not fire the event, but the browser
> > object that displays the HTML content. Is there any possibility to
> > retrieve the browser object from the browser app?
>
> No, because it does not exist. IE does not host WB, IE implements
> IWebBrowser2 itself, independently.
> --
> With best wishes,
> Igor Tandetnik
>
> "For every complex problem, there is a solution that is simple, neat,
> and wrong." H.L. Mencken
>
>