Click here to Skip to main content
15,911,890 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to make a mp3 player in vb2010
i can easily make it by windos media player by com component
but i dont wana use that this time.
plz provide some ideas or code , or demo .
i am not starting to make it yet .
how to make a mp3 player which support all kind of sound formates ?
mae its own playlist and play it .
thank u .
Posted

1 solution

If you don't want to use Windows Media Player, then you need to look at using an WPF MediaElement (which can be embedded in a winforms application), or use DirectShow. The former needs some WPF experience, the later has a learning curve as well, but that can be mitigated by using the DirectShow.NET DLL. http://directshownet.sourceforge.net/[^] - it includes samples of players, and can play audio and video components.

It's a lot easier to use Windows Media Player though!
 
Share this answer
 
Comments
Vipin Sharma 7-Aug-12 4:39am    
thanx its usefull but i think i need some more help about it .
OriginalGriff 7-Aug-12 4:41am    
Any particular bit?
Did you decide which way to go?
Vipin Sharma 7-Aug-12 4:46am    
achuly no . i am just searching till now the best option that how to do that ? would i have to make my own ddl or anything else . achully i am a biginear
OriginalGriff 7-Aug-12 4:53am    
If you are a beginner, then I would strongly suggest that you go with Windows Media Player or it's embedded version.
Anything else gets very, very complex very, very quickly!

I use DirectShow.NET, but it took me a couple of days of bang-your-head-on-the-desk to get it to work the way I wanted, and I'm not a beginner any more - it really is not that simple to understand.
It might be a better idea to leave this project for the moment, until you are more familiar with .NET generally and try something a bit less likely to drive you nuts! :laugh:
Vipin Sharma 7-Aug-12 4:58am    
hmm ok thank .........

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900