Windows Media Player 11 Repeat???
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I embedded windows media player 11 on a form, and I add a few files to the currentplaylist of it. like: WMPLib.IWMPMedia m= wmp.mediaCollection.add(sFile); wmp.currentPlaylist.appendItem(m); I want this playlist "Repeat" forever. but the function "repeat/Ctlcontrols.repeat" is gone. How to do this???? I don't want to create my own timeline thread to check the duration by the way. Also I could not use the StatusChange and PlayStateChange event, it is not recommended by MS. thanks a lot in advance!!
Alan Shen MCAD for .NET Version ^~^~^~^~^~^~^~^~^~^~^ Great idea is the beginging of success!