vote up 0 vote down star

I'm developing a VS 2008 C# coded Windows media player using axWindows media player control available in Visual Studio. I have stored the song paths in a SQL server 2005 database and I'm able to play one song at a time now. I want my application to play the songs from the database continuously without asking anything. How can I achieve this task , please suggest me the way to do so.

flag
Can you please post your code, so that we know what you did wrong? – Ngu Soon Hui Oct 5 at 1:53
How is this not a real question? It's nowhere near the least clear question posted in the past few minutes. – John Saunders Oct 5 at 2:03

1 Answer

vote up 1 vote down

You can either pass in the song list as a whole playlist, or you may want to use the PlayStateChange event to listen for when the current song ends and then load up the next song when that happens.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.