hi there,
i need a help for my project at school, can u please help me, on how can i play a music on a windows application... thanks...
System.Media.SoundPlayer s = new System.Media.SoundPlayer(); s.SoundLocation = "your file path";s.Play();
Your file should be a .wav file.