Hello,
I need to avoid loading images into a webBrowser control that I'm using in a C# project, but I'm not sure even if it's possible.
I have read that it could be done implementing the IDispatch interface and overriding the Invoke method:
http://msdn.microsoft.com/en-us/library/aa770041%28VS.85%29.aspx#Controlling_Download_and_Execution
But I'm not sure about how to do this in C#.
Thanks in advice for your help!