Hello,
I have a moodest mp3 player which has a playlist as listbox1 which
shows full path or each inserted file.
The problem is, when a media playing is ended, i want my listbox to
select automatically next (under/below) item to continue.
What things can i add to that code:
If Me.AxWindowsMed iaPlayer1.playS tate =
WMPLib.WMPPlayS tate.wmppsMedia Ended Then
End if
I have a moodest mp3 player which has a playlist as listbox1 which
shows full path or each inserted file.
The problem is, when a media playing is ended, i want my listbox to
select automatically next (under/below) item to continue.
What things can i add to that code:
If Me.AxWindowsMed iaPlayer1.playS tate =
WMPLib.WMPPlayS tate.wmppsMedia Ended Then
End if
Comment