m0s
m0s

Reputation: 4280

Windows Media Player control - get/set video position?

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?

Upvotes: 5

Views: 14608

Answers (1)

loraderon
loraderon

Reputation: 4716

axWindowsMediaPlayer1.Ctlcontrols.currentPosition = positionInSeconds;

Upvotes: 16

Related Questions