Hello everyone, I have a WebBrowser Control in Windows Application. As the user Navigate using the Web Browser Control if the site tries to open a new Window using script I get the following error.
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
I also tried the code given here http://www.codeproject.com/KB/cpp/ExtendedWebBrowser.aspx[^] and same error was given. I am using Visual Studio C# 2008. Can anyone tell me what is going on and how I can sort this out? Thank you very much for your help and have a great day. Khoramdin
modified on Sunday, December 09, 2007 11:07:25 PM