Play a beep with default frequency and duration (800 and 200 respectively) : Beep : Development C# Examples


C# Examples » Development » Beep »

 

Play a beep with default frequency and duration (800 and 200 respectively)









    
using  System;
using  System.Windows.Forms;
using  System.Media;

public  class  MainClass  {
      public  static  void  Main()  {

              Console.Beep();

      }
}
    
   
  
   




HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Development
» Beep