on my mp3 player i have a playlist named lstplay
and my dialog is cmd1
and my mediaplayer is mp1
for some reason this doesnt work can someone help meCode:Private Sub lstplay_DblClick()
mp1.FileName = lstplay.Text
Label1.Caption = lstplay.Text
mp1.play
End Sub
