<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: user-interface code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 18 May 2008 10:25:11 GMT</pubDate>
    <description>DZone Snippets: user-interface code</description>
    <item>
      <title>C#: Inserting New Line in Multiline Textbox</title>
      <link>http://snippets.dzone.com/posts/show/4381</link>
      <description>// Ref: http://www.geekpedia.com/Question19_How-can-I-insert-a-new-line-in-a-TextBox.html&lt;br /&gt;// Make sure MultiLine property is true and use "\r\n"&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;  TextBox1.Text = "First line\r\nSecond line";&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 02 Aug 2007 13:04:40 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4381</guid>
      <author>thitiv (Thiti V. Sintopchai)</author>
    </item>
  </channel>
</rss>
