Don't want images with WebBrowser

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, does anyone know how to ask the System.Windows.Forms.WebBrowser object
not to load the page's images? I just want the text returned from a web page.
Are there any alternatives to using WebBrowser, or does it have an option to
disable image downloading?

Thanx.
 
Hi Ehsan. You could just walk the form collection of controls and set
the images as visible=false

Agus
 
Back
Top