Re: How to -> Add in for IE?
From: Igor Tandetnik (itandetnik_at_mvps.org)
Date: 05/24/04
- Next message: Mirko: "DSOFramer open document name"
- Previous message: elisabete: "Automatic file Upload / display response in browser"
- In reply to: harvinder singh: "Re: How to -> Add in for IE?"
- Next in thread: harvinder singh: "Re: How to -> Add in for IE? Mouse Events"
- Reply: harvinder singh: "Re: How to -> Add in for IE? Mouse Events"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 May 2004 09:27:33 -0400
"harvinder singh" <nospam@itppppps.com> wrote in message
news:c8rvr3$efr$1@news.mch.sbs.de
> 1. I get multiple DISPINT_ONDOCUMENTCOMPLETE when page contain
> frames, how to figure out which message is for which frame.
The first parameter of the event is an IDispatch pointer representing
the frame that fires the event.
> 2. How to get the internals of the frame object. When I iterate over
> IHTMLBodyElement, I can only iterate up to IHTMLFrameElement.
Query the frame element for IWebBrowser2, then get_Document gives you
the document of the frame. Another technique is that of KB Article
KB196340 "HOWTO: Get the WebBrowser Object Model of an HTML Frame"
--
With best wishes,
Igor Tandetnik
"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
- Next message: Mirko: "DSOFramer open document name"
- Previous message: elisabete: "Automatic file Upload / display response in browser"
- In reply to: harvinder singh: "Re: How to -> Add in for IE?"
- Next in thread: harvinder singh: "Re: How to -> Add in for IE? Mouse Events"
- Reply: harvinder singh: "Re: How to -> Add in for IE? Mouse Events"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|