VB.Net by API/System.Media/SystemSounds
Версия от 16:40, 26 мая 2010; (обсуждение)
SystemSounds.Exclamation
Option Strict On
Imports System.Media
Public Module PlaySound
Public Sub Main()
My.ruputer.Audio.PlaySystemSound(SystemSounds.Exclamation)
End Sub
End Module