Removing the navigation sound in Web browser

N

Neb

Hello,

since .Net Framework 2.0, it's now possible to use the built-in Web
browser component. I migrated my software to use it without any
problem. I don't use the browser for opening URL but instead I simply
generate the HTML content that I assign to the component using the
WebBrowser.DocumentText method.

I have only one problem left : each time I update the page content with
the above method, I get the "click" sound that IE produces when a new
page is refreshing. I couldn't find any properties to turn sound OFF.


Is there a work-around to make sure the browser doesn't make a sound?

Thanks,

Neb
 
K

Kevin Spencer

You must turn it off through your System Sounds, in Control Panel.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top