<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for The Silicon Based Weblog</title>
	<atom:link href="http://siliconbased.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://siliconbased.wordpress.com</link>
	<description>Adventures in Technology</description>
	<lastBuildDate>Sat, 31 Jan 2009 23:29:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Windows Media Encoder 9 SDK OnStateChanged Event by Admin</title>
		<link>http://siliconbased.wordpress.com/2008/11/21/windows-media-encoder-9-sdk-onstatechanged-event/#comment-10</link>
		<dc:creator>Admin</dc:creator>
		<pubDate>Sat, 31 Jan 2009 23:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://siliconbased.wordpress.com/?p=56#comment-10</guid>
		<description>i-developer: 

Hi. The WMEncoder was being created ok, I just wasn&#039;t getting all the events. I was running on XP anyway - the hotfix you mentioned appears to be for Vista. Still, the hotfix ought to be useful to a colleague of mine, so thanks for mentioning it.</description>
		<content:encoded><![CDATA[<p>i-developer: </p>
<p>Hi. The WMEncoder was being created ok, I just wasn&#8217;t getting all the events. I was running on XP anyway &#8211; the hotfix you mentioned appears to be for Vista. Still, the hotfix ought to be useful to a colleague of mine, so thanks for mentioning it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Media Encoder 9 SDK OnStateChanged Event by i-developer</title>
		<link>http://siliconbased.wordpress.com/2008/11/21/windows-media-encoder-9-sdk-onstatechanged-event/#comment-9</link>
		<dc:creator>i-developer</dc:creator>
		<pubDate>Fri, 30 Jan 2009 09:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://siliconbased.wordpress.com/?p=56#comment-9</guid>
		<description>Hi,

I think you couldn&#039;t define the WMEncoder object. So you couldn&#039;t get Events. That&#039;s why you did your way. It&#039;s perfect. I did too. :) 

There is a hotfix to install then you can use it ;)

http://support.microsoft.com/default.aspx/kb/929182

Then you can use like below.

 WMEncoder Encoder = new WMEncoder();
  Encoder.OnSourceStateChange += new _IWMEncoderEvents_OnSourceStateChangeEventHandler(Encoder_OnSourceStateChange);

            Encoder.OnStateChange += new _IWMEncoderEvents_OnStateChangeEventHandler(Encoder_OnStateChange);

Regards.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I think you couldn&#8217;t define the WMEncoder object. So you couldn&#8217;t get Events. That&#8217;s why you did your way. It&#8217;s perfect. I did too. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>There is a hotfix to install then you can use it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://support.microsoft.com/default.aspx/kb/929182" rel="nofollow">http://support.microsoft.com/default.aspx/kb/929182</a></p>
<p>Then you can use like below.</p>
<p> WMEncoder Encoder = new WMEncoder();<br />
  Encoder.OnSourceStateChange += new _IWMEncoderEvents_OnSourceStateChangeEventHandler(Encoder_OnSourceStateChange);</p>
<p>            Encoder.OnStateChange += new _IWMEncoderEvents_OnStateChangeEventHandler(Encoder_OnStateChange);</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing Large XML files with .Net by Reading Large XML files in .Net &#171; The Silicon Based Weblog</title>
		<link>http://siliconbased.wordpress.com/2008/09/29/writing-large-xml-files-with-net/#comment-5</link>
		<dc:creator>Reading Large XML files in .Net &#171; The Silicon Based Weblog</dc:creator>
		<pubDate>Tue, 07 Oct 2008 20:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://siliconbased.wordpress.com/?p=15#comment-5</guid>
		<description>[...] Large XML files in&#160;.Net  7 10 2008   A while ago I wrote a post talking about avoiding the use of the XMLDocument class for writing large XML files. XMLDocument [...]</description>
		<content:encoded><![CDATA[<p>[...] Large XML files in&nbsp;.Net  7 10 2008   A while ago I wrote a post talking about avoiding the use of the XMLDocument class for writing large XML files. XMLDocument [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing Large XML files with .Net by dave</title>
		<link>http://siliconbased.wordpress.com/2008/09/29/writing-large-xml-files-with-net/#comment-4</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Mon, 29 Sep 2008 22:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://siliconbased.wordpress.com/?p=15#comment-4</guid>
		<description>Nice post.
Thought I would just add that our friendly text editor notepad saves by default as ANSI ASCII. So if you open a file with encoding specified as utf8 and edit then save with notepad things will go wrong. You have been warned!</description>
		<content:encoded><![CDATA[<p>Nice post.<br />
Thought I would just add that our friendly text editor notepad saves by default as ANSI ASCII. So if you open a file with encoding specified as utf8 and edit then save with notepad things will go wrong. You have been warned!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubiquity by Dave Martin</title>
		<link>http://siliconbased.wordpress.com/2008/09/26/ubiquity/#comment-3</link>
		<dc:creator>Dave Martin</dc:creator>
		<pubDate>Fri, 26 Sep 2008 15:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://siliconbased.wordpress.com/?p=9#comment-3</guid>
		<description>Sounds interesting, the ability to easily code your own commands is cool. You could write one to translate the young text speak littering you tube!

Quicksilver for OS X - is like this yeah - I will go a hunting for it. Do you know if you can code your own commands for that too.</description>
		<content:encoded><![CDATA[<p>Sounds interesting, the ability to easily code your own commands is cool. You could write one to translate the young text speak littering you tube!</p>
<p>Quicksilver for OS X &#8211; is like this yeah &#8211; I will go a hunting for it. Do you know if you can code your own commands for that too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello world! by Dave Martin</title>
		<link>http://siliconbased.wordpress.com/2008/09/26/hello-world/#comment-2</link>
		<dc:creator>Dave Martin</dc:creator>
		<pubDate>Fri, 26 Sep 2008 14:10:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-2</guid>
		<description>Oh my god - you are now a blogger! Can the web handle this?</description>
		<content:encoded><![CDATA[<p>Oh my god &#8211; you are now a blogger! Can the web handle this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
