i want to prevent images from a page to load in the webbrowser control. i want it to happen before the documentcompleted event occur. is there a way?
views:
625answers:
1
+1
A:
You can set the DISPID_AMBIENT_DLCONTROL ambient property or change the browser's process's WinInet session to use a programmable proxy.
Sheng Jiang 蒋晟
2010-01-13 00:42:38
Please provide an example of doing this.
John Saunders
2010-01-13 00:54:09
http://code.google.com/p/csexwb2/source/browse/trunk/cEXWB.cs
Sheng Jiang 蒋晟
2010-01-13 01:27:58