Related resources for SoundLocation
  • Playing Sounds in .NET 2.0 Using Sound Player5/15/2012 3:52:55 PM. If you have ever played sounds in your applications, you must be familiar with PlaySound() WIN32 function. Prior to .NET 2.0, there was no way to play sounds thorugh the managed API. The SoundPlayer class introduced in .NET 2.0 now allows developers to play sounds using managed API.