I have "discovered" that the following code:

HTML = WebBrowser1.Document.documentElement.innerHTML

will give me the contents of the HTML on a page using the WebBrowser object.

So... the WebBrowser object is obviously closely related to the Internet Explorer installed on a machine.

Is there any other properties (or a list of properties) of the WebBrowser that aren't commonly available...

What I'd really like to do is set the "Turn Graphics Off" for the WebBrowser without having to instruct the user to go to the Internet Explorer and:

In the Tools menu, select Internet Options. Use the Advanced tab, go to the multi-media section, and uncheck Show Pictures.

Can I get at the Internet Options -- Advanced -- properties directly from VB??

Thanks. ....Vidya