There is:
public static WindowsMediaPlayer WMPs = new WMPLib.WindowsMediaPlayer(); There is a timer1 some procedure loses track
Is there some more:
if (ЧТО-ТО) { int i; i = listBox1.SelectedIndex; i++; listBox1.SelectedIndex = i; PlayURL(array[listBox1.SelectedIndex], 2); PlayURL(array[listBox1.SelectedIndex], 1); } Instead of "SOMETHING" should stand
"If the track is over, the code below is executed"
How to implement it?