I want to build a minimal version of Media Player in C#. I'm experimenting on using Windows Media Player control and it works great in opening and playing music and video files. My next step is to be able to create a playlist. How do I go about in doing this in C# I was able to create a playlist file using the following code, but I don't know how to add songs in the playlist. How do I do that