Designing a game for any laptop:
I want to play 2 sounds at the same time! A background music and a sound when pressing on a button!
Using System.Media
System.Media
http://msdn.microsoft.com/en-us/library/dd562851%28v=VS.85%29.aspx this article may help If you need absolute path to file you can use next code
string soundFile = Path.Combine(Directory.GetCurrentDirectory() + "file.wav");