I added a windows media player to my project and i want to know two things...
1) how to create a play list for it??
2) how to add files that are in the RESOURCE for it??
Please help me.......
How to create a PLAY LIST in Media player in C#
Page 1 of 12 Replies - 13677 Views - Last Post: 07 May 2009 - 08:36 AM
Replies To: How to create a PLAY LIST in Media player in C#
#2
Re: How to create a PLAY LIST in Media player in C#
Posted 07 May 2009 - 05:24 AM
To create a playlist you could create a List<> that hold the songs string path, and just cycle though it using an Index. Make a ListBox and just have the DoubleClick event check what the index is and play that index List[i].
#3
Re: How to create a PLAY LIST in Media player in C#
Posted 07 May 2009 - 08:36 AM
ADK_007, on 7 May, 2009 - 05:34 AM, said:
I added a windows media player to my project and i want to know two things...
1) how to create a play list for it??
2) how to add files that are in the RESOURCE for it??
Please help me.......
1) how to create a play list for it??
2) how to add files that are in the RESOURCE for it??
Please help me.......
Look into theses classes from the "WMPLib" namespace: "IMPlaylist", "IWMPlaylistArray", "IWMPMedia".
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|