does anybody know
how to change speaker-beep frequency?
thanks
Printable View
does anybody know
how to change speaker-beep frequency?
thanks
You can produce a beep programmatically by calling the Win32 function : "Beep" (see below).
This only work fine on Windows NT.
I don't know any way to modify the default beep.
BOOL Beep(
DWORD dwFreq, // sound frequency, in hertz
DWORD dwDuration // sound duration, in milliseconds
);
--
Gaetan Frenoy (aka Gaff)
sorry
i thinking about system beep frequency