Hi I'm trying to show the current playlist in a richtextbox. I'm using the Windows Media COM in a Form and I want to show the current playlist next to the player, I tryed it using AxWindowsMediaPlayer1.currentplaylist = playlist and then using "playlist" in text of box but it doesn't work.
Thank you.
Windows Media Playlist
Started by Durionfly, Apr 01 2010 08:08 AM
1 reply to this topic
#1
Posted 01 April 2010 - 08:08 AM
|
|
|
#2
Posted 03 April 2010 - 01:51 AM
Dim song = mPlayer.newMedia(Playlist.FileList.Items(0))
mPlayer.currentPlaylist.appendItem(song)
Share your Knowledge, It's one way to achieve immortality.
Video Tutorial Channel
Video Tutorial Channel


Sign In
Create Account

Back to top









