Hi,When I add a Windows Media player component to my form, is there a way I can use a picture box to get its video?I want to just take what ever is running in the Windows media player "AxPlayer" screen and have it in a Picture box, also is ther a way to make my own Track bar of the Video? running in that component
In this scenario you can copy the screen of wmp to get the image to display with picturebox. About screen shot of wmp, visit here and Screen Capturing. You can use AxWindowsMediaPlayer1.Ctlcontrols.currentPosition and AxWindowsMediaPlayer1.currentMedia.duration to track the play position.