我在表单上放一个mediaplayer的控件后,再加上一个按钮实现播放wav文件是的快进
怎么实现。

解决方案 »

  1.   

    Mediaplayer1.stepnext是下一首。
    Play btPlay Plays the media player
    Pause btPause Pauses playing or recording. If already paused when clicked, resumes playing or recording.
    Stop btStop Stops playing or recording
    Next btNext Skips to the next track, or to the end if the medium doesn抰 use tracks
    Prev btPrev Skips to the previous track, or to the beginning if the medium doesn抰 use tracks
    Step btStep Moves forward a number of frames
    Back btBack Moves backward a number of framesRecord btRecord Starts recording
    Eject btEject Ejects the medium
      

  2.   

    .next是下一首,不过我只有一首在播放呀,LISTBOX中有多首,怎么选择下一首LISTBOX中的?