Click here to Skip to main content
15,891,473 members
Articles / Desktop Programming / Windows Forms

Disable 'click' sound when accesing WebBrower control

Rate me:
Please Sign up or sign in to vote.
4.80/5 (5 votes)
20 Dec 2011CPOL 11.5K   2  
Public Sub DisableSound() Dim keyValue As String keyValue = "%SystemRoot%\Media\" If Environment.OSVersion.Version.Major = 5 AndAlso Environment.OSVersion.Version.Minor > 0 Then keyValue += "Windows XP Start.wav" ElseIf Environment.OSVersion.Version.Major = 6 Then ...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Brazil Brazil
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions