Quantcast
Channel: Visual C forum
Viewing all articles
Browse latest Browse all 15302

axWindowsMediaPlayer1->mediaCollection-> go through all playlist items

$
0
0

hello, i have a very simple question. i have playlist created

axWindowsMediaPlayer1->mediaCollection->add(folderBrowserDialog1->SelectedPath+"\\"+fiArr[i]);

 axWindowsMediaPlayer1->playlistCollection->newPlaylist("list");


everything is working fine, just can't find how to set axWindowsMediaPlayer1->currentMedia to be the first track on the playlist. then i would like it to be in a loop. well my question is how to go trough all items in my playlist?

thank you in advance :)


Viewing all articles
Browse latest Browse all 15302

Trending Articles