Dovresti essere più preciso..

Che tipo di formato è? (mp3, wav ecc..)

Nel caso di file wav puoi usare questo codice:

codice:
Dim audio As New System.Media.SoundPlayer
audio.SoundLocation = "C:\soundtrack.wav"
audio.Load()
audio.Play()

Fammi sapere


Ciao