简体   繁体   中英

How to move trackbar automatically

Hi I'm trying to make MP3 player with C# language and I'm facing a problem.

I want to make SeekBar with TrackBar . So, I want my thumb to move periodically.

But it seems like there's no proper function for me to use....

Is there anyone who knows how to do it??

double duration = double.Parse(trackBar1.Value.ToString()) / double.Parse(trackBar1.Maximum.ToString());
                axWindowsMediaPlayer1.Ctlcontrols.currentPosition =axWindowsMediaPlayer1.currentMedia.duration * duration;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM