views:

625

answers:

1

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?

+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 蒋晟
Please provide an example of doing this.
John Saunders
http://code.google.com/p/csexwb2/source/browse/trunk/cEXWB.cs
Sheng Jiang 蒋晟

related questions