I currently have a Windows media player built into my winform in C #, and now I'm trying to make a button to control the video playback speed. Currently I can use the controls to play, pause and stop found in ctlcontrols, but can't find a way to change the video playback speed using a button in my form? An example of my code to pause the video in it: axWindowsMediaPlayer1.Ctlcontrols.pause (); But I need some code to change the speed of the game, so any help would be greatly appreciated.
thanks
source share