NTK and The NTK Project
are properties of Jn Dechereux
Home | Documentation | FAQ.
Vanilla 1.1.8 is a product of Lussumo. More Information: Documentation, Community Support.
STATIC FUNCTION MyTONE( nFreq, nDuration ) // Remember in Clipper-Dos nDuration was RETURN( Beep(nFreq, (nDuration/18)*1000) ) // specified in units of 1/18th of a second. _DLL FUNCTION BEEP( dwFreq as INT,; // The frequency of the sound, in hertz. Must be in the range 37 through 32,767. dwDuration as INT ); // The duration of the sound, in milliseconds. AS INT Pascal:KERNEL32.Beep
1 to 4 of 4