Como puedo reproducir un archivo extencion .wma
Ya traté con
Dim sndPing As New SoundPlayer(Application.StartupPath & "\Sonidos\type.wma")
sndPing.Play()
y
My.Computer.Audio.Play(Application.StartupPath & "\Sonidos\type.wma")
Pero al parecer solo reproduce archivos WAV
Alguna idea, estoy en version 2005, bueno con el My.Computer es de notar...
Saludos...