hallo,
i would like to play some beeps (do re mi fa sol la si do).
can i generate them not using a .wav file.
i think on something like, giving in de frequencies
can somebody give me a hint where to look
thx
Printable View
hallo,
i would like to play some beeps (do re mi fa sol la si do).
can i generate them not using a .wav file.
i think on something like, giving in de frequencies
can somebody give me a hint where to look
thx
If you are on an NT/2000 box, you can try the Beep API...
VB Code:
Declare Function Beep Lib "kernel32.dll" (ByVal dwFreq As Long, ByVal dwDuration As Long) As Long
:)
thx m8,
i'm running win me, but i'm gonna give it a try and see what happens.
thx
There's your problem right there. :pQuote:
Originally posted by climber
i'm running win me
indeed that's the problem
thx for the help