Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link Par2: BEEPing the speaker 2003-07-19 -- George Curtis ! Place this in: Global > Embeds > Inside the Global Map
Module('kernel32.DLL')
DOSBeep(Long dwFreq, Long dwDuration),Long,Raw,Pascal,Name('Beep'),Proc
End
! NOTE: The actual API prototype is Beep NOT DOSBeep. The name has been changed to avoid compiler
errors due to
! the Clarion Beep statement.
Declare to variables (global or local depending on your needs):
Freq Long ! frequency of the sound
Last Long ! duration of the sound
Call the function from anywhere as in the example below:
DOSBeep(Freq, Last)
Today is November 21, 2024, 7:16 am This article has been viewed 35206 times.
|
|