<?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>果树 &#187; dotnet</title>
	<atom:link href="http://blog.qevan.com/tag/dotnet/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.qevan.com</link>
	<description></description>
	<lastBuildDate>Sat, 31 Dec 2011 05:54:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Using Windows Media Player Control in Visual Studio</title>
		<link>http://blog.qevan.com/posts/478.g</link>
		<comments>http://blog.qevan.com/posts/478.g#comments</comments>
		<pubDate>Thu, 13 Aug 2009 13:47:29 +0000</pubDate>
		<dc:creator>果子</dc:creator>
				<category><![CDATA[技术贴]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[VC++.net]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://blog.qevan.com/?p=478</guid>
		<description><![CDATA[In Old times, I still remember how cool it is to add a media player in my Delphi Form. Now I need to do the same to VC++.net, so I searched and got these links. Although they are not VC++.net solution, they still help a lot. With some codec (here), this ... ]]></description>
			<content:encoded><![CDATA[<p>In Old times, I still remember how cool it is to add a media player in my Delphi Form. Now I need to do the same to VC++.net, so I searched and got these links. Although they are not VC++.net solution, they still help a lot.</p>
<p>With some codec (<a href="http://www.codecguide.com/">here</a>), this way can enable your application play video of most popular formats. So give up the other version of using Direct X to play only AVI format video in dotnet application.</p>
<p>Here are the links (still updating)</p>
<p><a href="http://msdn.microsoft.com/en-us/library/dd564585(VS.85).aspx">How to add Windows Media Player Control to Design ToolBox </a></p>
<p><a href="http://msdn.microsoft.com/en-us/library/dd562851(VS.85).aspx">How to use Windows Media Player in code (C# Version) </a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.qevan.com/posts/478.g/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

