I want to create my own media player, are searched google but im not really getting good resources, can anyone please forward me a good resource on where to start and what i need to know?

Recommended Answers

All 4 Replies

C# has a media player control that you can just drag onto your form
http://msdn.microsoft.com/en-us/library/dd564582(v=VS.85).aspx
You don't need to be able to see it, you can just use it to play media files and make your own set of controls to control the media player control.

my word i wasn't aware of this...im actually a C dev playing around with c#. thanks

ok i followed it but i actually want to create everything on my own, i dont want it to look like windows. is there any other link that you can provide for me to start reading? thanks, and sorry for asking too much.

Once again, You don't need to be able to see it, you can just use it to play media files and make your own set of controls to control the media player control.

Set the visibility to false and just use the control to play the media file.
Read through each section of the link. It shows how to make your own "view".

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.