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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.