<?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[RichEdit komplett leeren]]></title><description><![CDATA[<p>hallo,</p>
<p>ich wusste mal das ich einfach mit der Methode</p>
<pre><code>Clear
</code></pre>
<p>mein Richedit leeren konnte! aber nun klappt das nicht mehr <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":-/"
      alt="😕"
    /><br />
wie kann ich mein RichEdit-Control ganz leeren??</p>
<p>danke euch</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/154777/richedit-komplett-leeren</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Jul 2026 19:43:14 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/154777.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 30 Jul 2006 18:57:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to RichEdit komplett leeren on Sun, 30 Jul 2006 18:57:43 GMT]]></title><description><![CDATA[<p>hallo,</p>
<p>ich wusste mal das ich einfach mit der Methode</p>
<pre><code>Clear
</code></pre>
<p>mein Richedit leeren konnte! aber nun klappt das nicht mehr <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":-/"
      alt="😕"
    /><br />
wie kann ich mein RichEdit-Control ganz leeren??</p>
<p>danke euch</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1107332</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1107332</guid><dc:creator><![CDATA[Babelduos Geist]]></dc:creator><pubDate>Sun, 30 Jul 2006 18:57:43 GMT</pubDate></item><item><title><![CDATA[Reply to RichEdit komplett leeren on Sun, 30 Jul 2006 19:22:35 GMT]]></title><description><![CDATA[<p>Würdet ihr faulen sonnstwas auch mal abundzu in die MSDN gucken, würde dir auffallen, das was bei clear steht... nähmlich das de erst alles auswählen musst, damit das gelöscht wird!</p>
<p>Dann noch kurz nachgucken womit man alles auswählt:</p>
<blockquote>
<p>To select all the text in this CRichEditCtrl object, call SetSel with a start index of 0 and an end index of – 1.</p>
</blockquote>
<pre><code class="language-cpp">m_wndMyRichEditCtrl.SetSel(0, -1);
m_wndMyRichEditCtrl.Clear();
</code></pre>
<p><strong>Referenzen:</strong><br />
<a href="http://msdn2.microsoft.com/en-us/library/ah9y85dz.aspx" rel="nofollow">CRichEditCtrl::Clear</a><br />
<a href="http://msdn2.microsoft.com/en-us/library/4zek9k1f.aspx" rel="nofollow">CRichEditCtrl::SetSel</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1107344</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1107344</guid><dc:creator><![CDATA[*D*Evil]]></dc:creator><pubDate>Sun, 30 Jul 2006 19:22:35 GMT</pubDate></item><item><title><![CDATA[Reply to RichEdit komplett leeren on Sun, 30 Jul 2006 19:32:23 GMT]]></title><description><![CDATA[<p>achso ja sry daran hatte ich garnicht gedacht :-|</p>
<p>danke dir!! klappt perfekt!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1107349</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1107349</guid><dc:creator><![CDATA[Babelduos Geist]]></dc:creator><pubDate>Sun, 30 Jul 2006 19:32:23 GMT</pubDate></item></channel></rss>