VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



After playing a song using MediaPlayer Controls from a list box, it goes on to the next song in a l

by VisualScope (20 Submissions)
Category: Sound/MP3
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 29th May 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

After playing a song using MediaPlayer Controls from a list box, it goes on to the next song in a list and plays it. Great Code!!!!!

Rate After playing a song using MediaPlayer Controls from a list box, it goes on to the next song in a l



 Dim totcount As Variant
 totcount = List1.ListCount - 1
 If totcount = List1.ListCount Then
 Else
 List1.ListIndex = List1.ListIndex + 1
 MediaPlayer1.FileName = List1.Text
 MediaPlayer1.Play
 End If
End Sub

Download this snippet    Add to My Saved Code

After playing a song using MediaPlayer Controls from a list box, it goes on to the next song in a l Comments

No comments have been posted about After playing a song using MediaPlayer Controls from a list box, it goes on to the next song in a l. Why not be the first to post a comment about After playing a song using MediaPlayer Controls from a list box, it goes on to the next song in a l.

Post your comment

Subject:
Message:
0/1000 characters