I have this code in c#. But it does not run mp3 format file. Could you tell me what the error is in this code snippet:
WMPLib.WindowsMediaPlayer wplayer = new WMPLib.WindowsMediaPlayer();
wplayer.URL = "D://j.mp3";
wplayer.Controls.Play();