Beep Procedure


Beep Procedure

Class

Microsoft.VisualBasic.Interaction

Syntax

     Beep(  ) 

Description

The Beep procedure sounds a tone through the computer's speaker.

Usage at a Glance

The frequency and duration of the tone depend on the computer's hardware. The user can also mute all system sounds, and some users may be limited in their ability to hear the generated tone.

Example

     Public Sub Main(  )        DoSomeLongFunction(  )        Beep(  )        MsgBox("Finished!")     End Sub 




Visual Basic 2005(c) In a Nutshell
Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
ISBN: 059610152X
EAN: 2147483647
Year: 2004
Pages: 712

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net