|
-
May 27th, 1999, 01:05 AM
#1
beep frequency
does anybody know
how to change speaker-beep frequency?
thanks
-
May 27th, 1999, 01:31 AM
#2
Re: beep frequency
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)
-
May 27th, 1999, 01:38 AM
#3
Re: beep frequency
sorry
i thinking about system beep frequency
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|