I have a code in C# WinForm that should be able to read the list of songs from a listBox and then play each song with windowsMediaPlayer (for some reasons I want to play the songs from the last item of the listBox to the first one ) . here [...] read more