VB.Net/Development/Sound
Версия от 16:40, 26 мая 2010; (обсуждение)
Play a Sound File
Imports System
Imports System.IO
Public Class MainClass
Shared Sub Main()
My.ruputer.Audio.Play("Test.wav", AudioPlayMode.WaitToComplete)
End Sub
End Class