A
aLiTaN
Hi,
i have to mute all sound in my device. i used this code;
Dim rg As OpenNETCF.Win32.Registry
rg.CurrentUser.OpenSubKey("ControlPanel\Volume")
rg.CurrentUser.GetValue("Screen", 0)
rg.CurrentUser.Close()
but this code is not running.
How can i mute screen taps and key clicks sounds on the control panel?
i have to mute all sound in my device. i used this code;
Dim rg As OpenNETCF.Win32.Registry
rg.CurrentUser.OpenSubKey("ControlPanel\Volume")
rg.CurrentUser.GetValue("Screen", 0)
rg.CurrentUser.Close()
but this code is not running.
How can i mute screen taps and key clicks sounds on the control panel?