skip to main
|
skip to sidebar
Sounds In Csharp
Saturday, May 30, 2009
Beep
// Beep
[DllImport("kernel32.dll")]
public static extern bool Beep(int freq, int duration);
static void Main(string[] args)
{
Beep(1000, 50);
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Followers
About Me
Avinash Tiwari
View my complete profile
No comments:
Post a Comment