Skip to content

Instantly share code, notes, and snippets.

View cliftonm's full-sized avatar

Marc Clifton cliftonm

View GitHub Profile
@cliftonm
cliftonm / WinFormPlaySound.cs
Created December 23, 2016 16:45
A Simple C# WinForm Sound Player Demo
using System;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
using System.Media;
class BeepSample
{
static Form form;