Beep

[method icon] Beep(iSound)

Makes the corresponding Windows sound

iSound KCML_BEEP_ENUM Type of sound (from KCML_BEEP_ENUM)

Applies to: Form


>Beep

Beep

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)

See also

Form methods, properties and events.