<?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[Text an EditBox anhängen ohne vorher auszulagern]]></title><description><![CDATA[<p>Hi Leute,<br />
ist es möglich, dass ich Strings an eine EditBox anhänge, ohne dass ich den ganzen Inhalt vorher auslesen muss?</p>
<pre><code>char cBuffer2[65536];
GetDlgItemText(hwnd, IDC_OUTBOX, cBuffer2, 65536);
sprintf(cBuffer2,&quot;%s%s\r\n&quot;,cBuffer2,cBuffer);
SetDlgItemText(hwnd, IDC_OUTBOX, cBuffer2);
</code></pre>
<p>Das Problem hierbei wäre, dass bei 2^16 Zeichen schluss ist.</p>
<p>Und noch eine kleine 2. Frage, wie scroll ich die EditBox automatisch ans Ende?</p>
<p>MfG<br />
Ifi</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/81677/text-an-editbox-anhängen-ohne-vorher-auszulagern</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 14:22:33 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/81677.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Aug 2004 09:08:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Text an EditBox anhängen ohne vorher auszulagern on Tue, 03 Aug 2004 09:08:10 GMT]]></title><description><![CDATA[<p>Hi Leute,<br />
ist es möglich, dass ich Strings an eine EditBox anhänge, ohne dass ich den ganzen Inhalt vorher auslesen muss?</p>
<pre><code>char cBuffer2[65536];
GetDlgItemText(hwnd, IDC_OUTBOX, cBuffer2, 65536);
sprintf(cBuffer2,&quot;%s%s\r\n&quot;,cBuffer2,cBuffer);
SetDlgItemText(hwnd, IDC_OUTBOX, cBuffer2);
</code></pre>
<p>Das Problem hierbei wäre, dass bei 2^16 Zeichen schluss ist.</p>
<p>Und noch eine kleine 2. Frage, wie scroll ich die EditBox automatisch ans Ende?</p>
<p>MfG<br />
Ifi</p>
]]></description><link>https://www.c-plusplus.net/forum/post/574049</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/574049</guid><dc:creator><![CDATA[IFI ManiA]]></dc:creator><pubDate>Tue, 03 Aug 2004 09:08:10 GMT</pubDate></item><item><title><![CDATA[Reply to Text an EditBox anhängen ohne vorher auszulagern on Tue, 03 Aug 2004 09:25:35 GMT]]></title><description><![CDATA[<p>zu 1: <a href="http://www.winapi.net/index.php?inhalt=s10" rel="nofollow">http://www.winapi.net/index.php?inhalt=s10</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/574079</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/574079</guid><dc:creator><![CDATA[s10]]></dc:creator><pubDate>Tue, 03 Aug 2004 09:25:35 GMT</pubDate></item><item><title><![CDATA[Reply to Text an EditBox anhängen ohne vorher auszulagern on Tue, 03 Aug 2004 10:18:57 GMT]]></title><description><![CDATA[<p>Hey, danke,<br />
damit hat sich auch gleich der 2. Punkt geklärt.<br />
Aber irgendwie scheint er jetzt &quot;\r\n&quot; als Steuerzeichen für eine Neue Zeile zu ignorieren. Gibt es da ein Spezielles Steuerzeichen, oder eine Message (sowas wie EM_NEWLINE hab ich nicht gefunden)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/574130</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/574130</guid><dc:creator><![CDATA[IFI ManiA]]></dc:creator><pubDate>Tue, 03 Aug 2004 10:18:57 GMT</pubDate></item><item><title><![CDATA[Reply to Text an EditBox anhängen ohne vorher auszulagern on Tue, 03 Aug 2004 10:24:19 GMT]]></title><description><![CDATA[<p>ES_MULTILINE</p>
]]></description><link>https://www.c-plusplus.net/forum/post/574136</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/574136</guid><dc:creator><![CDATA[ES_MULTILINE]]></dc:creator><pubDate>Tue, 03 Aug 2004 10:24:19 GMT</pubDate></item><item><title><![CDATA[Reply to Text an EditBox anhängen ohne vorher auszulagern on Tue, 03 Aug 2004 11:17:49 GMT]]></title><description><![CDATA[<p>Das ist doch die Eigenschaft, dass es Mehrzeilig ist, aber wie mache ich den Zeilenumbruch??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/574185</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/574185</guid><dc:creator><![CDATA[IFI ManiA]]></dc:creator><pubDate>Tue, 03 Aug 2004 11:17:49 GMT</pubDate></item><item><title><![CDATA[Reply to Text an EditBox anhängen ohne vorher auszulagern on Tue, 03 Aug 2004 11:20:18 GMT]]></title><description><![CDATA[<p>mit \r\n wars schon richtig. das funktioniert eben nur wenn die eigenschaft gesetzt ist.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/574189</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/574189</guid><dc:creator><![CDATA[ES_MULTILINE]]></dc:creator><pubDate>Tue, 03 Aug 2004 11:20:18 GMT</pubDate></item><item><title><![CDATA[Reply to Text an EditBox anhängen ohne vorher auszulagern on Tue, 03 Aug 2004 11:56:22 GMT]]></title><description><![CDATA[<p>Ok Fehler gefunden.<br />
ich hab meine Funktion von oben einfach ersetzt. Dadurch wurde {r{n garnicht mitgelifert <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/574227</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/574227</guid><dc:creator><![CDATA[IFI ManiA]]></dc:creator><pubDate>Tue, 03 Aug 2004 11:56:22 GMT</pubDate></item></channel></rss>