I'm building a media player control, and right now I have a progress bar showing as the file plays... that part works fine. What I want to do is add a "seek" feature, just like what you see in most media players... click on the progress bar and it jumps to that point in the seekable media stream. I can do the seeking part myself, I just need to know how to implement the user interface. As far as I can tell, the ProgressBar doesn't support this, and I don't see another .NET control that would.