I'm trying to figure out how to use the SoundPlayer Class in C# to play a .wav file as music for the title screen of an application. Can anyone tell me what's the best way to do this?
Name:
OP2009-02-15 4:15
I've long since figured out how to use it, but if I try to run more than one sound at a time, the one I have looping stops and the other one runs. I tried running it as a background worker but the same thing. Is there a better way to work with multiple sounds running in your application at once?