System.Media.SoundPlayer myPlayer = new System.Media.SoundPlayer(); myPlayer.SoundLocation = "Alarm_clock"; myPlayer.Play();
I want it to play that random mp3 from the program but for some reason its not working, its suppose to just play the mp3, can some one please help me?

New Topic/Question
Reply



MultiQuote




|