The_PIMP
09-06-2004, 04:58 PM
hi
i'm trying to make an mp3 player
with visual basic .net but every time i click on play
it gives me an exeption
here's my code
please tell me what's wrong with it
If ListBox3.SelectedItem = "" Then
Exit Sub
End If
'Dim
Dim SS As String
'End Dim
SS = ListBox3.SelectedItem
AxMediaPlayer1.FileName = SS
AxMediaPlayer1.Open(SS)
AxMediaPlayer1.Play()
i'm trying to make an mp3 player
with visual basic .net but every time i click on play
it gives me an exeption
here's my code
please tell me what's wrong with it
If ListBox3.SelectedItem = "" Then
Exit Sub
End If
'Dim
Dim SS As String
'End Dim
SS = ListBox3.SelectedItem
AxMediaPlayer1.FileName = SS
AxMediaPlayer1.Open(SS)
AxMediaPlayer1.Play()