1

I used:

System.Diagnostics.Process.Start(@"D:\Song1.mp3");

It played the MP3 file with my default Media Play (e.g Window Media Player);

I have another MP3 File (e.g D:\Song2.mp3) that i want to append/queue to the current Media Player. Anyone please tell me how to do this?

HIA YongKuy
  • 119
  • 1
  • 3

1 Answers1

0

Have you taken a look at Windows Media Player SDK. Once setup you will be able queue/append media file programically.

Jethro
  • 5,896
  • 3
  • 23
  • 24
  • I've just downloaded Windows Media Player SDK, but I don't know to use use it yet. Would you please give me an example that could solve my problem above? – HIA YongKuy Aug 19 '11 at 12:20
  • @HIA YongKuy, take a look here http://stackoverflow.com/questions/56478/how-to-interact-with-windows-media-player-in-c they show a few links that could help get you started. – Jethro Aug 19 '11 at 12:59