Disable sounds
-
-
Is there some way how to disable playing of the system sounds (stored in registry) or any sounds for some process only? I need to turn off sounds in webbrowser hosted in my application but I don't want to turn them off for IE globally. Thank you!
rrrado
See
HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current
and see http://www.codeproject.com/audio/mixerSetControlDetails.asp[^] of DavidCrow is helpfuls for you.
WhiteSky
-
See
HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current
and see http://www.codeproject.com/audio/mixerSetControlDetails.asp[^] of DavidCrow is helpfuls for you.
WhiteSky
-
Is there some way how to disable playing of the system sounds (stored in registry) or any sounds for some process only? I need to turn off sounds in webbrowser hosted in my application but I don't want to turn them off for IE globally. Thank you!
rrrado
Sorry for my poor English . There is a way to resolve this issue , but I didn't try it . That is to write a monitor-program hook all playsound funtion and make it(playsound funtion) disabled for the process.
-
Sorry for my poor English . There is a way to resolve this issue , but I didn't try it . That is to write a monitor-program hook all playsound funtion and make it(playsound funtion) disabled for the process.
-
Sorry for my poor English . You should study the hooks . If you search the hook as the keyword in this website, you could find something.
-
See
HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current
and see http://www.codeproject.com/audio/mixerSetControlDetails.asp[^] of DavidCrow is helpfuls for you.
WhiteSky
WhiteSky wrote:
and see http://www.codeproject.com/audio/mixerSetControlDetails.asp\[^\] of DavidCrow is helpfuls for you.
Which would disable all sounds. Not exactly the desired result.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Sorry for my poor English . You should study the hooks . If you search the hook as the keyword in this website, you could find something.