Re: sinking ie events in ATL



Nishant2004CSE@xxxxxxxxx wrote:
i want to do the sinking of IE events.
I am using ATL dll , i am Shell Executing the instance of iE from my
Dll.

Don't use ShellExecute. Instead create an instance of InternetExplorer
COM object with CoCreateInstance. Then you get access to IWebBrowser2
and all the goodies that come with it.
--
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


.



Relevant Pages

  • ie event sinking in atl
    ... i want to do the sinking of IE events. ... I am using ATL dll, i am Shell Executing the instance of iE from my ...
    (microsoft.public.vc.atl)
  • sinking ie events in ATL
    ... i want to do the sinking of IE events. ... I am using ATL dll, i am Shell Executing the instance of iE from my ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)