<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : add a null character &#039;\n&#039;</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : add a null character &#039;\n&#039;]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 04:19:51 +0000</pubDate>
  <lastBuildDate>Mon, 26 Oct 2009 05:44:14 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=15456</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[add a null character &#039;\n&#039; : Oops~  it&amp;#039;s my fault! msg...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15456&amp;PID=54182&amp;title=add-a-null-character-n#54182</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5572">suchout</a><br /><strong>Subject:</strong> 15456<br /><strong>Posted:</strong> 26 October 2009 at 5:44am<br /><br /><P>Oops~</P><DIV>&nbsp;</DIV><DIV>it's my fault!</DIV><DIV>&nbsp;</DIV>msg += '\n';&nbsp;&nbsp;&nbsp; --&gt;&nbsp; msg.AppendFormat(_T("\r\n"));&nbsp; <DIV>&nbsp;</DIV><DIV>it's OKay! ^^</DIV><DIV>&nbsp;</DIV><DIV>thank you~ ver~y Mu~ch</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 26 Oct 2009 05:44:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15456&amp;PID=54182&amp;title=add-a-null-character-n#54182</guid>
  </item> 
  <item>
   <title><![CDATA[add a null character &#039;\n&#039; : Hi,   &amp;#12640;&amp;#12640;   i...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15456&amp;PID=54180&amp;title=add-a-null-character-n#54180</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5572">suchout</a><br /><strong>Subject:</strong> 15456<br /><strong>Posted:</strong> 26 October 2009 at 5:15am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>&#12640;&#12640; </DIV><DIV>&nbsp;</DIV><DIV>i already added that, like this </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_wndMessages.Create(WS_CHILD | <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ES_AUTOVSCROLL | ES_MULTILINE | ES_READONLY,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CRect(0, 0, 0, 0), this, 0);</DIV><DIV>&nbsp;</DIV><DIV>would you please teach&nbsp;me about using unicode's new line&nbsp; character?</DIV>]]>
   </description>
   <pubDate>Mon, 26 Oct 2009 05:15:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15456&amp;PID=54180&amp;title=add-a-null-character-n#54180</guid>
  </item> 
  <item>
   <title><![CDATA[add a null character &#039;\n&#039; : you need added ES_MULTILINE style...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15456&amp;PID=54178&amp;title=add-a-null-character-n#54178</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 15456<br /><strong>Posted:</strong> 26 October 2009 at 3:32am<br /><br />you need added ES_MULTILINE style for edit.]]>
   </description>
   <pubDate>Mon, 26 Oct 2009 03:32:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15456&amp;PID=54178&amp;title=add-a-null-character-n#54178</guid>
  </item> 
  <item>
   <title><![CDATA[add a null character &#039;\n&#039; : Hi   this is my code:  - MainFrame-  ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15456&amp;PID=54174&amp;title=add-a-null-character-n#54174</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5572">suchout</a><br /><strong>Subject:</strong> 15456<br /><strong>Posted:</strong> 26 October 2009 at 1:40am<br /><br />Hi <DIV>&nbsp;</DIV><DIV>this is my code:</DIV><DIV>&nbsp;&nbsp; - MainFrame-</DIV><DIV><DIV>&nbsp;&nbsp; CXTPOfficeBorder&lt;CEdit&gt;&nbsp;wndMessages;</DIV><DIV>&nbsp;&nbsp; wndMessages.SetWindowTextW(CString("New FrameWork Start"));</DIV></DIV><DIV>&nbsp;<img src="http://forum.codejock.com/uploads/20091026_014135_aa.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; -App-</DIV><DIV>&nbsp;&nbsp; CString str(_T("abcd")), msg(_T(""));&nbsp;</DIV><DIV>&nbsp;&nbsp; pFrame-&gt;m_wndMessages.GetWindowTextW(msg);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR></DIV><DIV>&nbsp;&nbsp;&nbsp;msg += '\n';&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;msg += str;<BR>&nbsp;&nbsp;&nbsp;pFrame-&gt;m_wndMessages.SetWindowTextW(msg);</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;<img src="http://forum.codejock.com/uploads/20091026_014245_bb.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>i don't know why show that character (looks like | ), i append null character '\n' .....</DIV><DIV>&nbsp;</DIV><DIV>because unicode??? hm....</DIV><DIV>&nbsp;</DIV><DIV>in that case, &nbsp;what is the&nbsp;new line character in unicode&nbsp;?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 26 Oct 2009 01:40:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15456&amp;PID=54174&amp;title=add-a-null-character-n#54174</guid>
  </item> 
 </channel>
</rss>