I'm developing a program that load webpages using WebBrowser control in VB6. How do i disable loading multimedia like pictures, flash, sounds ??

If there is no way then I'd be glad if you can find a another way using registry.

thank you

link|improve this question

65% accept rate
feedback

1 Answer

up vote 1 down vote accepted

The web browser control is simply using Microsoft Internet Explorer under the covers. I would imagine if you disable multi-media from IE Tools->Options you will see the effect when using the web browser control in VB6.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.