i'm making an mp3 player, and i've got a way to make the timer keep time, and a slider to tick at the same time. i'm doing this:
1. get the length of the mp3, set the maxvalue of it to the slider.
2. start the dispatchertimer to update the time label and set the slider.value to equal the timer value.
when i try to take control of the slider, i can't. i can't use a slider_ValueChanged method, because the value is constantly changing, i can't use a IsMouseCaptured method, i can't use a LeftMouseDown or LeftMouseUp method either. any ideas?

1 answers
what i want to happen is, like in media player, when the user clicks the slider, it moves to a different position within the time of the mp3 playing
answered 8 months ago by:
237
This post was imported from csharpfriends, if you have a similiar question please ask it again.
All previous members have been migrated, hope you enjoy the new platform!