<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: WPF Text Controls</title>
	<atom:link href="http://arcanecode.com/2007/09/06/wpf-text-controls/feed/" rel="self" type="application/rss+xml" />
	<link>http://arcanecode.com/2007/09/06/wpf-text-controls/</link>
	<description>Making Microsoft .Net Development Magical</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:57:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: pashute</title>
		<link>http://arcanecode.com/2007/09/06/wpf-text-controls/#comment-26885</link>
		<dc:creator><![CDATA[pashute]]></dc:creator>
		<pubDate>Wed, 22 Jul 2009 21:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/09/06/wpf-text-controls/#comment-26885</guid>
		<description><![CDATA[That was funny!  The whole article is about setting the label text, and the most important line is missing!

Yes,    lblMyLabel.Content = &quot;After click&quot;; works.]]></description>
		<content:encoded><![CDATA[<p>That was funny!  The whole article is about setting the label text, and the most important line is missing!</p>
<p>Yes,    lblMyLabel.Content = &#8220;After click&#8221;; works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://arcanecode.com/2007/09/06/wpf-text-controls/#comment-24631</link>
		<dc:creator><![CDATA[Darren]]></dc:creator>
		<pubDate>Wed, 05 Mar 2008 22:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/09/06/wpf-text-controls/#comment-24631</guid>
		<description><![CDATA[I believe it should be the following:

private void Baby_Click(object sender, RoutedEventArgs e)
{
       lblMyLabel.Content = &quot;After click&quot;;
}]]></description>
		<content:encoded><![CDATA[<p>I believe it should be the following:</p>
<p>private void Baby_Click(object sender, RoutedEventArgs e)<br />
{<br />
       lblMyLabel.Content = &#8220;After click&#8221;;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roncli</title>
		<link>http://arcanecode.com/2007/09/06/wpf-text-controls/#comment-20916</link>
		<dc:creator><![CDATA[roncli]]></dc:creator>
		<pubDate>Tue, 04 Dec 2007 17:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/09/06/wpf-text-controls/#comment-20916</guid>
		<description><![CDATA[There&#039;s a typo in this article...

&quot;OK, you’ve built the app, go to the C# code behind. Locate the event handler for Baby_Click and insert a line to alter the content of the label: 

    private void Baby_Click(object sender, RoutedEventArgs e)
    {
      MessageBox.Show(“Hi There!”,“Baby was clicked!”);
    }&quot;

MessageBox.Show does not alter the content of a label.]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s a typo in this article&#8230;</p>
<p>&#8220;OK, you’ve built the app, go to the C# code behind. Locate the event handler for Baby_Click and insert a line to alter the content of the label: </p>
<p>    private void Baby_Click(object sender, RoutedEventArgs e)<br />
    {<br />
      MessageBox.Show(“Hi There!”,“Baby was clicked!”);<br />
    }&#8221;</p>
<p>MessageBox.Show does not alter the content of a label.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

