IE Automation - How to Trap 'NewProcess' event

Posted by dpb on Stack Overflow See other posts from Stack Overflow or by dpb
Published on 2013-10-24T09:52:18Z Indexed on 2013/10/24 9:53 UTC
Read the original article Hit count: 250

Filed under:
|
|

In

Environment - Standard User, Win7x64, IE8 on opening

Unprotected URL, IE 8 will first start a tab with low integrity and the swap out this tab with another tab of medium integrity.

This is done behind the scene and the original IWebBrowser2 pointer is lost.


I want to catch the 'NewProcess' Event which will get generated during this swap out, please help me how to go about this.

Sample code can help me, me using C++

Ref - http://blogs.msdn.com/b/ieinternals/archive/2011/08/03/internet-explorer-automation-protected-mode-lcie-default-integrity-level-medium.aspx

Thank You

© Stack Overflow or respective owner

Related posts about internet-explorer

Related posts about com