怎样实现歌曲的循环播放
我将歌曲放在listBox1中,怎样才能实现自动循环播放呀?在选中的歌曲开始循环
2006-11-17 17:35

2006-11-17 18:00
2006-11-17 18:48

2006-11-17 19:28
using AxWMPLib;
using System.IO;
this.Player.URL = ………… //Player就是拖的那个播放器
this.Player.Ctlcontrols.play(); //开始播放

2006-11-17 20:05

2006-11-17 20:58
2006-11-17 21:36

2006-11-17 21:53
2006-11-17 22:09