Making A Beep in C# WPF

N.I.R.E.X picture N.I.R.E.X · Jun 23, 2014 · Viewed 11.5k times · Source

Is there any ways to make a beep sound in C# WPF?

I've been looking for WPF beeping, but all I could find was Beeping in normal windows form.

Answer

Frement picture Frement · Jun 23, 2014

You can make a "beep" sound using:

SystemSounds.Beep.Play();