Util.PlaySound() Method

Play a WAV or MIDI sound file, given the full path/name of the file.

Syntax

Util.PlaySound(FilePath)

The method syntax has these parts:

Part Description
FilePath (String) The full path (drive and directory included) of the sound file to play.
Return (Nothing) Does not return a value.

Remarks

None