<?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[Editfeld mit automatischem scrollen]]></title><description><![CDATA[<p>Hallo</p>
<p>ich möchte ein ganz normales editfeld erstellen, was man scrollen kann</p>
<p>das ganze sollte <strong>ohne</strong> subclassing funktionieren wenn möglich</p>
<p>das editfeld erzeuge ich mit folgenden styles:</p>
<pre><code>ES_AUTOHSCROLL | ES_AUTOVSCROLL | ES_MULTILINE
</code></pre>
<p>es wird auch schon mit 2 scrollbars angezeigt nur haben diese keine wirkung.<br />
wie kann ich es erreichen, dass die aktionen der scrollbar auch den inhalt verändern ?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/222481/editfeld-mit-automatischem-scrollen</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 16:20:29 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/222481.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 13 Sep 2008 09:48:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Editfeld mit automatischem scrollen on Sat, 13 Sep 2008 09:48:24 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>ich möchte ein ganz normales editfeld erstellen, was man scrollen kann</p>
<p>das ganze sollte <strong>ohne</strong> subclassing funktionieren wenn möglich</p>
<p>das editfeld erzeuge ich mit folgenden styles:</p>
<pre><code>ES_AUTOHSCROLL | ES_AUTOVSCROLL | ES_MULTILINE
</code></pre>
<p>es wird auch schon mit 2 scrollbars angezeigt nur haben diese keine wirkung.<br />
wie kann ich es erreichen, dass die aktionen der scrollbar auch den inhalt verändern ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1581250</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1581250</guid><dc:creator><![CDATA[WM_SCROLLPLEASE]]></dc:creator><pubDate>Sat, 13 Sep 2008 09:48:24 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld mit automatischem scrollen on Sat, 13 Sep 2008 10:08:57 GMT]]></title><description><![CDATA[<p>WS_HSCROLL and WS_VSCROLL</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1581254</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1581254</guid><dc:creator><![CDATA[ascda]]></dc:creator><pubDate>Sat, 13 Sep 2008 10:08:57 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld mit automatischem scrollen on Sat, 13 Sep 2008 10:30:46 GMT]]></title><description><![CDATA[<p>vielen dank!</p>
<p>es funktioniert genau so wie es soll <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1581262</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1581262</guid><dc:creator><![CDATA[WM_SCROLLPLEASE]]></dc:creator><pubDate>Sat, 13 Sep 2008 10:30:46 GMT</pubDate></item><item><title><![CDATA[Reply to Editfeld mit automatischem scrollen on Sat, 13 Sep 2008 11:24:56 GMT]]></title><description><![CDATA[<p>Es ist natürlich auch möglich die elementare Funktion EM_SETSEL zu verwenden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1581290</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1581290</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Sat, 13 Sep 2008 11:24:56 GMT</pubDate></item></channel></rss>