Console: Beep

Beep

Produces a beep through the console.



 Public Sub Beep(
	  Optional ByVal Frequency As Long = 800,
	  Optional ByVal Duration As Long = 200 )

Parameters

Frequency
[ByVal] Optional. Long. The frequency the beep will play at (default 800hz).  

Default: 800

Duration
[ByVal] Optional. Long. The milliseconds the beep should play for (default 200ms).  

Default: 200

See Also

Project CorLib Overview

Class Console Overview