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 :)