问题
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?
回答1:
axWindowsMediaPlayer1.Ctlcontrols.currentPosition = positionInSeconds;
来源:https://stackoverflow.com/questions/5590291/windows-media-player-control-get-set-video-position