
This code provides and example of what can be done with the System Speaker with the 'Beep' function in the Kernel32.dll API.
Inputs
Mouse cliks in appriate areas.
Returns
Musical Notes
API DeclarationsDeclare Function Beep Lib "Kernel32"(ByVal dwFreq As Long, ByVal dwDuration As Long) As Long