<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Nachrichten in edit-Feld ausgeben]]></title><description><![CDATA[<p>Moin!</p>
<p>Ich bin als Newbie dabei mit MFC eine Dialogbox zu entwerfen.</p>
<p>Ich will über ein Edit-Feld selbst erstellte Nachrichten ausgeben, mein Problem ist, dass ich keine Zeilenumbrüche erzeugen kann.<br />
Die Variante aus C mit &quot;\n&quot; funzt leider nicht. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /><br />
Was kann ich tun?</p>
<p>MFG<br />
LoC4e</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/53322/nachrichten-in-edit-feld-ausgeben</link><generator>RSS for Node</generator><lastBuildDate>Mon, 01 Jun 2026 07:30:53 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/53322.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Oct 2003 10:21:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Nachrichten in edit-Feld ausgeben on Tue, 28 Oct 2003 10:21:18 GMT]]></title><description><![CDATA[<p>Moin!</p>
<p>Ich bin als Newbie dabei mit MFC eine Dialogbox zu entwerfen.</p>
<p>Ich will über ein Edit-Feld selbst erstellte Nachrichten ausgeben, mein Problem ist, dass ich keine Zeilenumbrüche erzeugen kann.<br />
Die Variante aus C mit &quot;\n&quot; funzt leider nicht. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /><br />
Was kann ich tun?</p>
<p>MFG<br />
LoC4e</p>
]]></description><link>https://www.c-plusplus.net/forum/post/381147</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/381147</guid><dc:creator><![CDATA[LoC4e]]></dc:creator><pubDate>Tue, 28 Oct 2003 10:21:18 GMT</pubDate></item><item><title><![CDATA[Reply to Nachrichten in edit-Feld ausgeben on Tue, 28 Oct 2003 10:24:13 GMT]]></title><description><![CDATA[<p>Du kannst bei einem Edit einstellen, dass es mehrzeilig ist:<br />
Eigenschaften -&gt; Formate -&gt; Mehrzeilig</p>
<p>Dann sollten auch die Zeilenumbrüche gehen. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/381150</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/381150</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Tue, 28 Oct 2003 10:24:13 GMT</pubDate></item><item><title><![CDATA[Reply to Nachrichten in edit-Feld ausgeben on Tue, 28 Oct 2003 10:28:09 GMT]]></title><description><![CDATA[<p>Aloha,</p>
<p>Quatsch von mir, deswegen wegeditiert....</p>
<p>Mein Vor-Poster hat natürlich Recht....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/381152</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/381152</guid><dc:creator><![CDATA[BOA]]></dc:creator><pubDate>Tue, 28 Oct 2003 10:28:09 GMT</pubDate></item><item><title><![CDATA[Reply to Nachrichten in edit-Feld ausgeben on Tue, 28 Oct 2003 10:39:39 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">pEditBox-&gt;ReplaceSel( &quot;\r\n&quot;, false );
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/381165</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/381165</guid><dc:creator><![CDATA[Cosmixx]]></dc:creator><pubDate>Tue, 28 Oct 2003 10:39:39 GMT</pubDate></item></channel></rss>