I don't want to download images when navigate a url.
I set some options on IE,and the IE ddin't show images.
But When opened Windows in JExplorer, It still download and show images .
How to disable images?
Thanks all!
Hi Calvin,
Here is the example that demonstrates how to disable images in a current browser session:
WebBrowser browser = ... browser.getProperties().setAllowImages(false) ;
Please let me know if you have another questions.
-Serge