4

I am using Windows Media Player ActiveX (axWindowsMediaPlayer) component in C# WinForms application. Is it possible to get and set the current position of the video that is being played using this control?

m0s
  • 4,250
  • 9
  • 41
  • 64

1 Answers1

14

axWindowsMediaPlayer1.Ctlcontrols.currentPosition = positionInSeconds;

loraderon
  • 4,658
  • 2
  • 32
  • 35