<?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[CEdit Scrollen]]></title><description><![CDATA[<p>hallo ich habe folgende kleine aufgabe zu loesen komme aber nicht weiter.<br />
hoffe habt nen tipp:</p>
<p>ich habe ein CEdit Feld (mehrzeilig) in das ich eine TextDatei einlese. Das CEdit Kontroll-element hat voreingestellt (im ressource-editor) eine vertikale skroll-leiste.</p>
<p>nach dem einlesen soll die skroll-leiste bis nach unten geskrollt werden.</p>
<p>wie mache ich das???</p>
<p>danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/76349/cedit-scrollen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 21:31:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/76349.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 10 Jun 2004 10:21:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CEdit Scrollen on Thu, 10 Jun 2004 11:07:54 GMT]]></title><description><![CDATA[<p>hallo ich habe folgende kleine aufgabe zu loesen komme aber nicht weiter.<br />
hoffe habt nen tipp:</p>
<p>ich habe ein CEdit Feld (mehrzeilig) in das ich eine TextDatei einlese. Das CEdit Kontroll-element hat voreingestellt (im ressource-editor) eine vertikale skroll-leiste.</p>
<p>nach dem einlesen soll die skroll-leiste bis nach unten geskrollt werden.</p>
<p>wie mache ich das???</p>
<p>danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/537302</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/537302</guid><dc:creator><![CDATA[peperonee]]></dc:creator><pubDate>Thu, 10 Jun 2004 11:07:54 GMT</pubDate></item><item><title><![CDATA[Reply to CEdit Scrollen on Thu, 10 Jun 2004 10:34:16 GMT]]></title><description><![CDATA[<p>Naja, du könnstest einerseits SetSel() nehmen und den Text hinter dem letzten Zeichen markieren</p>
<pre><code class="language-cpp">CString s;
m_edit.GetWindowText(s);
m_edit.SetSel(s.GetLength(), s.GetLength(), TRUE);
</code></pre>
<p>(hab ich jetzt nicht getestet)</p>
<p>oder du nimmst linescroll</p>
<p>und nochwas: das steht alles in der MSDN unter CEdit....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/537312</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/537312</guid><dc:creator><![CDATA[Emperor_L0ser]]></dc:creator><pubDate>Thu, 10 Jun 2004 10:34:16 GMT</pubDate></item><item><title><![CDATA[Reply to CEdit Scrollen on Thu, 10 Jun 2004 11:08:31 GMT]]></title><description><![CDATA[<p>Das nächstemal bitte eine ordentlichen Threadtext wählen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/537340</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/537340</guid><dc:creator><![CDATA[Unix-Tom]]></dc:creator><pubDate>Thu, 10 Jun 2004 11:08:31 GMT</pubDate></item></channel></rss>