Jump to content

Windows Media Playlist

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Durionfly

Durionfly

    Newbie

  • Members
  • Pip
  • 1 posts
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.

#2
Ray Tawil

Ray Tawil

    Programmer

  • Members
  • PipPipPipPip
  • 108 posts
                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