stop playing background sound
Published: 8. January 2009 | Updated: 8. January 2009License: Microsoft Public License (MS-PL)
Categories: Winforms
Tags: C# Media Windows Winforms
Import namespace
using System.Media;
Code
SoundPlayer sound = new SoundPlayer(); sound.Stop();
| Send us feedback about this snippet » |





