VB.Net/Development/Sound
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
Imports System
Imports System.IO
Public Class MainClass
Shared Sub Main()
My.ruputer.Audio.Play("Test.wav", AudioPlayMode.WaitToComplete)
End Sub
End Class