How to play mp3 files in C#?

前端 未结 7 1003
孤独总比滥情好
孤独总比滥情好 2020-12-09 05:13

I\'m trying to play an MP3 file in C# using this guide: http://www.crowsprogramming.com/archives/58

And I\'m doing everything listed, but I still can\'t play any mus

7条回答
  •  Happy的楠姐
    2020-12-09 05:39

    all you need to do is add a reference to the Window Media Player COM component. You need to add the reference to the file wmp.dll, which you can find in the System32 directory.

提交回复
热议问题