Hello, I'm attempting to create a playlist in vb using the windows media player com reference. This way, I can press Next Song and it'll play the next song. The current code I'm using, but is not working is:
Code:
MediaPlayer.currentPlaylist.appendItem(MediaPlayer.newMedia("C:\Song.mp3"))
Thanks in Advanced.