VB.Net by API/System.Media/SystemSounds

Материал из VB Эксперт
Перейти к: навигация, поиск

SystemSounds.Exclamation

<source lang="vbnet"> Option Strict On Imports System.Media Public Module PlaySound

  Public Sub Main()
     My.ruputer.Audio.PlaySystemSound(SystemSounds.Exclamation)
  End Sub

End Module


 </source>