تسجيل الدخول

مشاهدة النسخة كاملة : How to run multiple audio files



C# Programming
09-01-2009, 01:22 PM
I am creating a mp3 player through C#.Net I have kept a CheckBox that shows the play list. I have created the player such that it when ever the user cicks on the selection on checkbox the player play the corresponding song. so the user has to click on the next song to play the next song once the previous song is finished.

Now I would like to know is it possible for the player to automatically play the next song once the previous song is finished? If so how do I go about doing this on C#.Net

Please let me know... Thanks!