Hi i user the activex control (AxVLCPlugin2) in a C# project an use the playlist to play some files.
I can play the hole list with "axVLCPlugin21.playlist.play();" or a defined one with "axVLCPlugin21.playlist.playItem(myIndex);" ...
But how can i repeat the playlist if the last video was played?
And how can i found out which item on the playlist are played?
Any hints?
thx
MoPhat