Beep

Invokes the system beep sound.


Syntax

App.Beep()


Remarks

The sound made is controlled by the Windows system sound Default Beep, which may be modified using the Sound applet in Control Panel.


Example

Sub Main()

App.Beep()

End Sub