Related resources for sound player
  • Minesweeper in WPF4/8/2013 12:36:00 AM. This article shows how to use different WPF features to build minesweeper game.
  • 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.