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.
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