Beep
Beep(iSound)
Makes the corresponding Windows sound
iSound | KCML_BEEP_ENUM | Type of sound (from KCML_BEEP_ENUM) |
---|
Applies to: Form
This method is used to sound a warning beep based on the standard sounds set in the Windows control panel. The available sounds are controlled by built in KCML constants KCML_BEEP_ENUM.
For example, the following would play the Exclamation sound:
.Form.Beep(_BEEP_EXCLAMATION)