Search results for query: *

  • Users: 60int
  • Order by date
  1. 6

    Question Get current item in Randomized List

    It worked! Thanks to both of you!
  2. 6

    Question Get current item in Randomized List

    Hello I have made a simple music player that plays a randomized list of songs and when a song stops, it starts playing the next song: public class PlayrList { private Queue<string> playlist; private IWavePlayer player; private WaveStream fileWaveStream...
Back
Top Bottom