This is a mirror of official site: http://jasper-net.blogspot.com/

WPF WebBrowser – How To Disable Sound

| Tuesday, September 6, 2011
image_thumb_0A0DBB8C.png

Today I’m working on a editor application for JavaScript and HTML5 using WPF WebBrowser, when working with the browser control I noticed that each time I reload the page or click some links there is an annoying sound.

Because my application is reloading the page very frequently I had to disable the WebBrowser sound.

In order to do that I used CoInternetSetFeatureEnabled (Enables or disables a specified feature control.), I’ve made a simple test application to demonstrate this feature.

Read more: Shay Raiten
QR: wpf-webbrowser-how-to-disable-sound.aspx

Posted via email from Jasper-net

0 comments: