Class SystemSounds Public Static Function Asterisk() As SystemSound Return New SystemSound(SND_ALIAS_SYSTEMASTERISK) End Function Static Function Beep() As SystemSound Return New SystemSound(SND_ALIAS_SYSTEMDEFAULT) End Function Static Function Exclamation() As SystemSound Return New SystemSound(SND_ALIAS_SYSTEMEXCLAMATION) End Function Static Function Hand() As SystemSound Return New SystemSound(SND_ALIAS_SYSTEMHAND) End Function Static Function Question() As SystemSound Return New SystemSound(SND_ALIAS_SYSTEMQUESTION) End Function Override Function ToString() As String Return "SystemSounds" End Function End Class