Gleda wrote:Is there an option for setting webView or WebControl to mute or to change sound device or to change volume ???
Hi! You can try commandline option:
EO.WebBrowser.Runtime.DefaultEngineOptions.ExtraCommandLineArgs += "--make-mute ";
The second way is that you can mute or change the volume of any application by process ID.
You can find examples via Internet.