how to play multiple selected songs one after the other using wpf?

how to play multiple selected songs one after the other using wpf?

18 Sep 2011 23:09:53

Hi,

I have multiple songs in list box . when ever i selected more than one song from the listbox.those songs should be play one after the other continously. using WPF?

 

Thanks in advance.

Fresh   Boarder
Posts: 6
From 16-Sep-2011
You're Points: 12
Bookmark
re:how to play multiple selected songs one after the other using wpf?27 Sep 2011 20:09:07

Hi,

It is easy, Just create a static collection class to keep selected songs details, then you set to Non-stop play function from that collection object.

If you want to example, just go here

http://wpfmediakit.codeplex.com/

thank you

RRaveen
Gold  Boarder
Posts: 156
From 03-Jun-2009
You're Points: 1106
Bookmark
^ Scroll to Top