Introduction - If you have any usage issues, please Google them yourself
To many .NET developers, it s always been an issue playing MP3 files in your application, whether embedded or as a separate system file.
According to MSDN, you can launch or embed WMP10 (using the WMP10SDK) in your application and then tell it to play the file through that, or you could use the DirectX SDK to play audio via DirectX in your application.
In this article, we re going to discuss playing MP3 using winmm.dll.