| Re: Need help with a control -
06-04-2007, 10:34 AM
> wmp.dll - with this control specifically
> What are the commands to make it play, stop, etc.
For play, use:
WindowsMediaPlayer1.controls.Play
WindowsMediaPlayer1.controls.stop etc. etc..
When you set WindowsMediaPlayer1.URL (This is the property for the path you
want to play), it automatically plays the URL property. You can basically
find all the play, stop, etc. stuff in wmp1.controls.
313 |