<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>C# 411 &#187; Audio</title>
	<atom:link href="http://www.csharp411.com/category/audio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharp411.com</link>
	<description>C# Information, Code, Tips and News</description>
	<lastBuildDate>Mon, 19 Jul 2010 14:56:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>System Sounds Made Easy</title>
		<link>http://www.csharp411.com/system-sounds-made-easy/</link>
		<comments>http://www.csharp411.com/system-sounds-made-easy/#comments</comments>
		<pubDate>Tue, 22 May 2007 15:19:03 +0000</pubDate>
		<dc:creator>timm</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[SystemSounds]]></category>

		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/system-sounds-made-easy/</guid>
		<description><![CDATA[Playing the default Windows sounds from C# used to require InteropServices and system calls.  Fortunately, .NET 2.0 includes a new System.Media namespace with three classes that simplify playing system sounds and audio files:


SoundPlayer &#8211; Plays a .wav file from a file path, URL, Stream or embedded resource.
SystemSound &#8211; Represents a system sound.
SystemSounds &#8211; Retrieves [...]


Related posts:<ol><li><a href='http://www.csharp411.com/convert-between-synchronous-and-asynchronous/' rel='bookmark' title='Permanent Link: Convert Between Synchronous and Asynchronous'>Convert Between Synchronous and Asynchronous</a></li><li><a href='http://www.csharp411.com/prevent-beep-for-textbox-enter/' rel='bookmark' title='Permanent Link: Prevent Beep for TextBox Enter'>Prevent Beep for TextBox Enter</a></li><li><a href='http://www.csharp411.com/c-read-text-file-line-by-line/' rel='bookmark' title='Permanent Link: C# Read Text File Line-by-Line'>C# Read Text File Line-by-Line</a></li></ol>]]></description>
		<wfw:commentRss>http://www.csharp411.com/system-sounds-made-easy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
