Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在尝试MP3用语言制作玩家,C#但我遇到了问题。
MP3
C#
我想SeekBar用TrackBar. 所以,我希望我的拇指定期移动。
SeekBar
TrackBar
但似乎没有合适的功能供我使用....
有没有人知道怎么做??
double duration = double.Parse(trackBar1.Value.ToString()) / double.Parse(trackBar1.Maximum.ToString()); axWindowsMediaPlayer1.Ctlcontrols.currentPosition =axWindowsMediaPlayer1.currentMedia.duration * duration;