|
-
Apr 18th, 2001, 05:54 PM
#2
Junior Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|