How do I make the computer's internal speaker beep in C# without external speakers?
|
|
In .Net 2.0, you can use Console.Beep().
You can also specify the frequency and length of the beep in milliseconds.
|
||||||
|
|
|
You can also use the relatively unused:
|
||||
|
|
|
Console.Beep |
||
|
|
|
|
Console.WriteLine("\a") |
||
|
|
|
|
Does anyone know a site or have any info on where I can find some Xmas tunes in 'beep' format? |
|||
|
|
|
windows xp 64bit version beeps fine, without speakers. Thanks for the short line, I like it simple and good... |
||
|
|
