Re: catch the url clicked in MSN pop window?
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Fri, 11 Apr 2008 21:11:55 -0400
"Big Smith" <tangap@xxxxxxxxx> wrote in message
news:e7fSkkDnIHA.1188@xxxxxxxxxxxxxxxxxxxx
Yeah,
I do many registration work (study from another Avant browser, the one
change is the InternetExplorer's CLSID).
But that browser(also use IE kernel) can catch the url clicked in MSN
pop window,
Does it implement the InternetExplorer.Application com itself?
or it just hook the IWebbrowser2's Navigate method?
How can I do these?
Yes, if this is the way you want to go, you will have to write a COM
server and implement IWebBrowser2 interface. Perhaps you can get away
with implementing most methods trivially (e.g. just have them return
E_NOTIMPL) and only fully support Navigate[2].
But I imagine you will break quite a few applications that want to
automate Internet Explorer.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- References:
- catch the url clicked in MSN pop window?
- From: Big Smith
- Re: catch the url clicked in MSN pop window?
- From: Igor Tandetnik
- Re: catch the url clicked in MSN pop window?
- From: Big Smith
- catch the url clicked in MSN pop window?
- Prev by Date: Re: catch the url clicked in MSN pop window?
- Next by Date: How can I know when the URL I specified to Navigate method get loaded?
- Previous by thread: Re: catch the url clicked in MSN pop window?
- Next by thread: How can I know when the URL I specified to Navigate method get loaded?
- Index(es):