Beep

  • Thread starter Thread starter Jan
  • Start date Start date
How I can make a beep in C#?

use a tuning-fork to find A. then sing a note 4 semitones higher.

[DllImport("kernel32.dll")]
public static extern bool Beep(int freq,int duration);

Regards,
Wiktor
 
LOL

--
Cobus Lombard
Application Developer
Mint Net
South Africa

Wiktor Zychla said:
How I can make a beep in C#?

use a tuning-fork to find A. then sing a note 4 semitones higher.

[DllImport("kernel32.dll")]
public static extern bool Beep(int freq,int duration);

Regards,
Wiktor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Beep() does not work! 10
Capturing key event and remove beep! 2
continuous BIOS beep 2
Beep from PC speaker 2
how to create a WAV file of different tones? 1
Default Beep 3
Making a true Beep 1
How to stop my beep? 3

Back
Top