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: 297
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++
Thank You
© Stack Overflow or respective owner