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.
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.