> We use ActiveX control "Windows Media Player" for playing movie in VFP. How we can control the behaviour of the movie, forward, reverse, pause, play, open through our own buttons instead of Windows Media Player Contorls.
Hi
All you need to do is add an instance of the Windows Media Player ActiveX control to a form and then you can control it using the Open(), Play(), Pause() etc methods
(Tools\Options\Controls\AcitveX -Windows Media Player)
HTH
Paul