<?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/"
		>
<channel>
	<title>Comments for C# 411</title>
	<atom:link href="http://www.csharp411.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharp411.com</link>
	<description>C# Development</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:14:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Enter Key in DataGridView by Sandhya</title>
		<link>http://www.csharp411.com/enter-key-in-datagridview/#comment-46260</link>
		<dc:creator>Sandhya</dc:creator>
		<pubDate>Fri, 03 Feb 2012 11:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/enter-key-in-datagridview/#comment-46260</guid>
		<description>Nice  its working good but it should go down and come back up how make that but its very good</description>
		<content:encoded><![CDATA[<p>Nice  its working good but it should go down and come back up how make that but its very good</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove Whitespace from C# Strings by Fateh Chand Rana</title>
		<link>http://www.csharp411.com/remove-whitespace-from-c-strings/#comment-45967</link>
		<dc:creator>Fateh Chand Rana</dc:creator>
		<pubDate>Thu, 02 Feb 2012 21:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/remove-whitespace-from-c-strings/#comment-45967</guid>
		<description>private void button1_Click(object sender, EventArgs e)
        {
            string hh = textBox1.Text;
            string fateh;
            string[] Split = hh.Split(new Char[] { &#039; &#039; });
            //SHOW RESULT
            for (int i = 0; i &lt; Split .Length; i++)
            {
                fateh += Convert.ToString(Split[i]);
            }
            textBox1.Text = fateh;

        }</description>
		<content:encoded><![CDATA[<p>private void button1_Click(object sender, EventArgs e)<br />
        {<br />
            string hh = textBox1.Text;<br />
            string fateh;<br />
            string[] Split = hh.Split(new Char[] { &#8216; &#8216; });<br />
            //SHOW RESULT<br />
            for (int i = 0; i &lt; Split .Length; i++)<br />
            {<br />
                fateh += Convert.ToString(Split[i]);<br />
            }<br />
            textBox1.Text = fateh;</p>
<p>        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enter Key in DataGridView by mahesh</title>
		<link>http://www.csharp411.com/enter-key-in-datagridview/#comment-43705</link>
		<dc:creator>mahesh</dc:creator>
		<pubDate>Sat, 28 Jan 2012 06:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/enter-key-in-datagridview/#comment-43705</guid>
		<description>how  to use the above code ,doi need to create the object if so  where ,in event fire?</description>
		<content:encoded><![CDATA[<p>how  to use the above code ,doi need to create the object if so  where ,in event fire?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Manipulating Controls Across Threads by Kevin</title>
		<link>http://www.csharp411.com/manipulating-controls-across-threads/#comment-40990</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 20 Jan 2012 19:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/manipulating-controls-across-threads/#comment-40990</guid>
		<description>Thank-you. Saved me hours!</description>
		<content:encoded><![CDATA[<p>Thank-you. Saved me hours!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Console Output from a WinForms Application by Konsolenausgaben in einer WindowsForms Applikation &#171; BigBasti&#039;s Blog</title>
		<link>http://www.csharp411.com/console-output-from-winforms-application/#comment-38885</link>
		<dc:creator>Konsolenausgaben in einer WindowsForms Applikation &#171; BigBasti&#039;s Blog</dc:creator>
		<pubDate>Tue, 17 Jan 2012 12:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/console-output-from-winforms-application/#comment-38885</guid>
		<description>[...] Infos und auch eine kleine Diskussion gibts hier und hier.   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] Infos und auch eine kleine Diskussion gibts hier und hier.   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Manipulating Controls Across Threads by maciej</title>
		<link>http://www.csharp411.com/manipulating-controls-across-threads/#comment-38467</link>
		<dc:creator>maciej</dc:creator>
		<pubDate>Tue, 17 Jan 2012 01:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/manipulating-controls-across-threads/#comment-38467</guid>
		<description>hi , your example was extremely helpful , i&#039;ve been facing this problem for my school graduation work :) thanks a lot</description>
		<content:encoded><![CDATA[<p>hi , your example was extremely helpful , i&#8217;ve been facing this problem for my school graduation work <img src='http://www.csharp411.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert Binary to Base64 String by Ramon Smits</title>
		<link>http://www.csharp411.com/convert-binary-to-base64-string/#comment-36099</link>
		<dc:creator>Ramon Smits</dc:creator>
		<pubDate>Fri, 13 Jan 2012 16:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/convert-binary-to-base64-string/#comment-36099</guid>
		<description>I wanted to make you aware of a optimized version that I made and that is available on github.

https://github.com/ramonsmits/Base64Encoder</description>
		<content:encoded><![CDATA[<p>I wanted to make you aware of a optimized version that I made and that is available on github.</p>
<p><a href="https://github.com/ramonsmits/Base64Encoder" rel="nofollow">https://github.com/ramonsmits/Base64Encoder</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NotifyIcon.ShowBalloonTip Issues by Fatih</title>
		<link>http://www.csharp411.com/notifyiconshowballoontip-issues/#comment-35972</link>
		<dc:creator>Fatih</dc:creator>
		<pubDate>Fri, 13 Jan 2012 13:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/notifyiconshowballoontip-issues/#comment-35972</guid>
		<description>Very very thanks bro :D It&#039;s solved my problem.
But I got a question:
How can I disable the timeout?
I ask this becouse sometimes the balloontip closes down in a short time. For Ex:

Private sub Button1_click
NotifyIcon1.ShowBalloonTip(3000)
End Sub

Private Sub Timer8_Tick
        Label18.Text = Label18.Text + 1
        If Label18.Text = 5 Then
            NotifyIcon1.Visible = False
            NotifyIcon1.Visible = True
        End If
    End Sub

I made commands like this. I&#039;ve done balloontip to be closed in 5 seconds. But it&#039;s sometimes closes down in
3 or 4 seconds. How could I solve it?</description>
		<content:encoded><![CDATA[<p>Very very thanks bro <img src='http://www.csharp411.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  It&#8217;s solved my problem.<br />
But I got a question:<br />
How can I disable the timeout?<br />
I ask this becouse sometimes the balloontip closes down in a short time. For Ex:</p>
<p>Private sub Button1_click<br />
NotifyIcon1.ShowBalloonTip(3000)<br />
End Sub</p>
<p>Private Sub Timer8_Tick<br />
        Label18.Text = Label18.Text + 1<br />
        If Label18.Text = 5 Then<br />
            NotifyIcon1.Visible = False<br />
            NotifyIcon1.Visible = True<br />
        End If<br />
    End Sub</p>
<p>I made commands like this. I&#8217;ve done balloontip to be closed in 5 seconds. But it&#8217;s sometimes closes down in<br />
3 or 4 seconds. How could I solve it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# String Tips by Brad</title>
		<link>http://www.csharp411.com/c-string-tips/#comment-32756</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Tue, 10 Jan 2012 00:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mini-tools.com/at2/csharp/wordpress/c-string-tips/#comment-32756</guid>
		<description>I&#039;m not sure if it&#039;s changed since this article was written, but the == equality operator can handle null strings without issue. If you try doing:

string s1 = null;
string s2 = &quot;stuff&quot;;

if(s1 == s2)
Console.Write(&quot;== says they match&quot;);
if(s1.Equals(s2))
Console.Write(&quot;Equals says they match&quot;);

you&#039;ll find that the first works fine, while the second throws an exception. Granted, using an equality operator for a comparison operation, which was the context of how it was mentioned in the article, is still inappropriate, but the article seems to suggest that it can&#039;t handle null string references at all, which is not correct at this time.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if it&#8217;s changed since this article was written, but the == equality operator can handle null strings without issue. If you try doing:</p>
<p>string s1 = null;<br />
string s2 = &#8220;stuff&#8221;;</p>
<p>if(s1 == s2)<br />
Console.Write(&#8220;== says they match&#8221;);<br />
if(s1.Equals(s2))<br />
Console.Write(&#8220;Equals says they match&#8221;);</p>
<p>you&#8217;ll find that the first works fine, while the second throws an exception. Granted, using an equality operator for a comparison operation, which was the context of how it was mentioned in the article, is still inappropriate, but the article seems to suggest that it can&#8217;t handle null string references at all, which is not correct at this time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nested Generics by nittu</title>
		<link>http://www.csharp411.com/nested-generics/#comment-31517</link>
		<dc:creator>nittu</dc:creator>
		<pubDate>Sun, 08 Jan 2012 01:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharp411.com/nested-generics/#comment-31517</guid>
		<description>Found one another implementation at

http://cinchoo.wordpress.com/2012/01/07/cinchoo-collections-nestedlist-part-1/

Sounds simple and elegant.</description>
		<content:encoded><![CDATA[<p>Found one another implementation at</p>
<p><a href="http://cinchoo.wordpress.com/2012/01/07/cinchoo-collections-nestedlist-part-1/" rel="nofollow">http://cinchoo.wordpress.com/2012/01/07/cinchoo-collections-nestedlist-part-1/</a></p>
<p>Sounds simple and elegant.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

