Search code examples
wpfnavigationaudioframe

Turn off navigation page sound in WPF Frame control


I have a Frame element in a WPF window and all content in my application is loaded by using Frame.Navigate(). However, when navigating to a new page, there is that sound that is played by default, it's the same sound that is played in Internet Explorer. Is there any way I can turn of this sound from the application? I don't want to turn off setting in the control panel on OS level. Thank you.

Edit: I guess the only way is to alter the sound on OS level, which can be done in the registry. This is acceptable solution for me.

http://social.msdn.microsoft.com/forums/en-us/vbgeneral/thread/843677F4-8F0B-46CB-986C-92E8042D0707


Solution

  • It seems that there are no other ways, just to turn off in Windows settings like described here