I am not sure about your media player control.......but if you know how to change the value of the slider of the media player control, then your all set.....

First add microsoft windows common controls either 5.0 or 6.0.........not sure......in there you will find a slider............add it to your form. Next, find out the maxium value of the slider control you are mimicing and set it to your slider. Do this for any other property that is important.


Each time the user moves the slider......

Private Sub Slider1_Change()
go (name of media controls slider).value = slider1.value



I hope this helps


End Sub