|
-
Mar 8th, 2001, 08:39 PM
#1
Thread Starter
Junior Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|