<?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[möglichst schnell text anhängen an ein CRichEditCtrl?]]></title><description><![CDATA[<p>hallo,<br />
um text an ein CRichEditCtrl anzuhängen verwende ich folgende funktion</p>
<pre><code>void OutputWindow::Print (LPCTSTR str)
{
    int lastpos = 1 + GetWindowTextLength();
    SetSel (lastpos, lastpos);
    ReplaceSel (str);
    LineScroll (1);
}
</code></pre>
<p>das 'linescroll' sorgt dafür, dass immer die letzte zeile sichtbar bleibt.<br />
meine frage(n) nun: kann man das beschleunigen? gibt es eine andere, schnellere methode sowas zu machen?</p>
<p>danke...</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/152210/möglichst-schnell-text-anhängen-an-ein-cricheditctrl</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Jul 2026 15:50:27 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/152210.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 04 Jul 2006 09:39:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to möglichst schnell text anhängen an ein CRichEditCtrl? on Tue, 04 Jul 2006 09:39:14 GMT]]></title><description><![CDATA[<p>hallo,<br />
um text an ein CRichEditCtrl anzuhängen verwende ich folgende funktion</p>
<pre><code>void OutputWindow::Print (LPCTSTR str)
{
    int lastpos = 1 + GetWindowTextLength();
    SetSel (lastpos, lastpos);
    ReplaceSel (str);
    LineScroll (1);
}
</code></pre>
<p>das 'linescroll' sorgt dafür, dass immer die letzte zeile sichtbar bleibt.<br />
meine frage(n) nun: kann man das beschleunigen? gibt es eine andere, schnellere methode sowas zu machen?</p>
<p>danke...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1091083</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1091083</guid><dc:creator><![CDATA[net 0]]></dc:creator><pubDate>Tue, 04 Jul 2006 09:39:14 GMT</pubDate></item></channel></rss>