说过最笨的方法,在窗体中添加一个TIMER控件,设定Interval属性为100Private Sub Timer1_Timer()If WindowsMediaPlayer1.Controls.currentPositionString = WindowsMediaPlayer1.currentMedia.durationString Then’添加打开下一首音乐文件的代码End IfEnd Sub