I’m using SHDocVw.InternetExplorer APIs in my C# WinForms application to capture requests sent from IE in my application.
I also need to capture requests from any new window opened from the parent window. The SHDocVw API provide functionalities for this, except when the child window is opened using window.showmodaldialog().
This has also been confirmed by http://support.microsoft.com/kb/251128 I need some way to work around this problem as capturing requests from windows opened by window.showmodaldialog is mandatory in my case. Kindly suggest if someone has faced a similar problem and has found some solution.
Moved byMichael Sun [MSFT]Microsoft employeeFriday, September 12, 2008 7:01 AMOff Topic for Visual C# General (Moved from Visual C# General to Off-Topic Posts (Do Not Post Here))