My application needs to beep when validation fails so the user (who may be several feet away) may hear it. I\'d like to use the Console.Beep() but this is unava
Console.Beep()
You can use the Console.Beep() method described here: https://msdn.microsoft.com/en-us/library/8hftfeyw(v=vs.110).aspx
Make sure that you run the executable as an administrator (escalated privileges)