I'd like if I could set the WPF WebBrowser control sounds in .NET Framework 3.5 SP1 Beta.
The 'click' sound that plays everytime a page is loaded actually forces me not to use it (because I use the WebBrowser control to load frequently changing content).
I know I can use the Registry to disable this sound, but, it disables this sound for all applications using this WebBrowser control. And that's quite bad.
It would be much easier if there was a Sounds property of something in the WebBrowser control...