Don't want images with WebBrowser

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.
 
A

agus

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

Agus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top