Has song finished playing? (C# MCI)

Posted by j-t-s on Stack Overflow See other posts from Stack Overflow or by j-t-s
Published on 2010-03-19T02:35:32Z Indexed on 2010/03/19 2:41 UTC
Read the original article Hit count: 494

Filed under:
|
|
|
|

Hi all

I have an mp3 player that sends MCI commands to play pause/ff/rw/stop the audio files etc and the only thing i can't figure out how to do is send an MCI command to tell it to play the next song when the current one's finished playing.

The songs are in a ListBox. I have no problems actually selecting the next song, I just need to find out when to play the next song on the playlist. I'd appreciate any help at all

Thank you :)

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms