View Single Post
Old Feb 6th, 2008, 3:32 PM   #2
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Posts: 1,799
Rep Power: 5 Sane will become famous soon enough
Re: Media Player PlayList

Putting some information in a listbox won't automatically tell it that it should play the next song. It can't read your mind, unfortunately.

You have to set up an "event" to be triggered whenever a song reaches the end. Then link that event to a subroutine, which you will write, to simply change what song is playing.

I don't have the name of the corresponding event, but maybe this information can give you a push in the right direction.
Sane is offline   Reply With Quote