W Wiktor Zychla Dec 4, 2003 #3 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
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
C Cobus Dec 4, 2003 #4 LOL -- Cobus Lombard Application Developer Mint Net South Africa Wiktor Zychla said: How I can make a beep in C#? Click to expand... 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 Click to expand...
LOL -- Cobus Lombard Application Developer Mint Net South Africa Wiktor Zychla said: How I can make a beep in C#? Click to expand... 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 Click to expand...