|
-
Dec 5th, 1999, 05:15 AM
#1
Thread Starter
New Member
I'd like to be able to diable images, movies, scripts etc, in a webbrowser control. Any ideas?
-
Dec 5th, 1999, 06:00 AM
#2
New Member
I don't believe it's possible to do that directly through the webbrowser control itself.
The only way to do that would be to edit the Internet Explorer registry values. I'm not certain where the ones your looking for exactly are, but my best guess would be HKEY_LOCAL_USER\Software\Microsoft\Internet Explorer\Settings (or in a key surrounding \Settings).
The only thing I would suggest is that, if you go this route, you have your app remember the values that were already there and then, upon it's closing, return them. I don't think your end users would be happy with having to reset their MSIE settings everytime they use your app. 
Regards,
Evan Sims
-
Dec 6th, 1999, 01:26 AM
#3
Addicted Member
Last time I looked on the MS Visual Basic Owners Area samples page I saw that there was a sample that disabled the Webbrowser right click menu. Perhaps you could try looking into that for more help: http://msdn.microsoft.com/vbasic
------------------
"To the glory of God!"
-
Dec 6th, 1999, 01:55 AM
#4
Thread Starter
New Member
Thanks for your suggestions. I have opted to go with the inet control. It is MUCH faster than the webbrowser control, and, since my app's entire prupose is to download files as quickly and eficiently as possible, the inet control fits the bill very nicely.
Also, I am getting a pretty good HTML education while writing the parsing code.
Thanks again!
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
|