I've insert a window media player object in a form.
But I don't know hnow how to control or code the object.
Any one can tell me where I could see how to use and code in here or the other website.
Thank you.

Recommended Answers

All 2 Replies

It ultimately depends on the version of Windows Media Player you are using. For example, scripting/coding for Windows Media Player 9, is vastly different than for 11. One way to figure out how the control works and behaves, is to add the control to the form, and give it a name like WMP. Then in your code, type WMP. (dot) and it will give you a menu of the methods and properties that the WMP control supports. This should help you to see what should be the next logical step in the process for using the control.

you can also use Multimedia control to play audio/video files.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.