Option Strict OnImports System.MediaPublic Module PlaySound Public Sub Main() My.Computer.Audio.PlaySystemSound(SystemSounds.Exclamation) End SubEnd Module