Mega Code Archive

 
Categories / VB.Net / Development
 

Play a Sound File

Imports System Imports System.IO Public Class MainClass    Shared Sub Main()         My.Computer.Audio.Play("Test.wav", AudioPlayMode.WaitToComplete)    End Sub  End Class