Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
Location
My.Computer.Audio.PlaySystemSound Syntax
My.Computer.Audio.PlaySystemSound(systemSound)
Description
The PlaySystemSound method plays a system sound, one of the sounds linked to a specific system-initiated action. The sound is played in the background one time. Usage at a Glance
Example
The following example plays the system "Beep" sound. My.Computer.Audio.PlaySystemSound( _ System.Windows.Forms.SystemSounds.Beep)
Related Framework Entries
See Also
Audio Object, Play Method, Stop Method |
Категории