What am I missing here?

  • Thread starter Thread starter Darren
  • Start date Start date
D

Darren

I want to create a temporary playlist which isn't saved to the library.

I am using WMPlayer.currentPlaylist.clear() to clear the playlist which
works fine then I tried to add items to the list using

WMPlayer.currentPlaylist.appendItem("C:\Test.wav")

but it comes up with an error

Form1.vb(906): Value of type 'String' cannot be converted to
'WMPLib.IWMPMedia'.

How do I get round this.

Thanks
 
Back
Top