VB.Net/Development/Sound — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 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