How to disable click sound in WebBrowser Control
- by dr. evil
I use Javascript to click a link in the webbrowser control. But I don't want to hear IE's "click" sound.
Is there anyway to do this?
P.S.
I don't want to change system settings.
I've seen this one(http://stackoverflow.com/questions/10456/howto-disable-webbrowser-click-sound-in-your-app-only) but Document.Write is not an option for me.