Extract currentPosition with Media Player

echorley

Registered User.
Local time
Today, 13:50
Joined
Mar 11, 2003
Messages
131
I have an embedded media player on a form. I want to be able to pause the video and then click a command button that extracts the current position of the video into a text box. I have tried

Me.VideoTime = Me.MediaPlayer1.Controls.currentPosition

and

Me.VideoTime = Me.MediaPlayer1.Custom.currentPosition

along with many others. I have the media player library reference loaded, but cannot seem to get any code to work. Any suggestions?
Thanks.
 

Users who are viewing this thread

Back
Top Bottom