Per la prima domanda guarda questo codice, preso da MSDN e leggermente modificato:
Codice:
Private Sub Form_Load()
With MMControl1
.Notify = False
.Wait = True
.Shareable = False
.DeviceType = "WaveAudio"
.FileName = "C:\WINDOWS\MEDIA\TADA.WAV"
.Command = "Open"
End With
End Sub
Per la seconda domanda: non mi risulta che MMControl riconosca il formato MP3