Re: How to -> Add in for IE? Mouse Events
From: harvinder singh (nospam_at_itppppps.com)
Date: 05/25/04
- Next message: harvinder singh: "Re: How to -> Add in for IE? Mouse Events in frames"
- Previous message: Igor Tandetnik: "Re: Keyboard accelerators for toolbar button"
- In reply to: Igor Tandetnik: "Re: How to -> Add in for IE?"
- Next in thread: harvinder singh: "Re: How to -> Add in for IE? Mouse Events in frames"
- Reply: harvinder singh: "Re: How to -> Add in for IE? Mouse Events in frames"
- Reply: Igor Tandetnik: "Re: How to -> Add in for IE? Mouse Events"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 25 May 2004 11:35:07 +0530
Thanks Igor. I also got it from one of your old post.
How to get the mouse clicks and other mouse events ?
harvinder
"Igor Tandetnik" <itandetnik@mvps.org> wrote in message
news:#UhIgLZQEHA.3380@TK2MSFTNGP11.phx.gbl...
> "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: harvinder singh: "Re: How to -> Add in for IE? Mouse Events in frames"
- Previous message: Igor Tandetnik: "Re: Keyboard accelerators for toolbar button"
- In reply to: Igor Tandetnik: "Re: How to -> Add in for IE?"
- Next in thread: harvinder singh: "Re: How to -> Add in for IE? Mouse Events in frames"
- Reply: harvinder singh: "Re: How to -> Add in for IE? Mouse Events in frames"
- Reply: Igor Tandetnik: "Re: How to -> Add in for IE? Mouse Events"
- Messages sorted by: [ date ] [ thread ]