1 Replies Last post: Aug 14, 2008 4:42 PM by Serge Piletsky  
calvin   4 posts since
Aug 14, 2008
Currently Being Moderated

Aug 14, 2008 4:36 AM

How to disable Images

 

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!

 

 

 

 

 

 

 

Serge Piletsky TeamDev Ltd. 670 posts since
Apr 24, 2006
Currently Being Moderated
1. Aug 14, 2008 4:42 PM in response to: calvin
Re: How to disable Images

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

More Like This

  • Retrieving data ...