<?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[Suche nach Anleitung, wie man Cut, Copy, Paste für Dialoge (Edits) einbaut]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich hatte eine schöne Anleitung dafür in den Fingern, aber wie das so ist, wenn man es braucht, findet man es nicht.</p>
<p>Habt ihr da was zur Hand? Ich suche grade bei Codeproject, aber die Ladezeiten sind mal wieder traurig...</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/79770/suche-nach-anleitung-wie-man-cut-copy-paste-für-dialoge-edits-einbaut</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 22:17:24 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/79770.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 14 Jul 2004 12:03:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Suche nach Anleitung, wie man Cut, Copy, Paste für Dialoge (Edits) einbaut on Wed, 14 Jul 2004 12:03:23 GMT]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich hatte eine schöne Anleitung dafür in den Fingern, aber wie das so ist, wenn man es braucht, findet man es nicht.</p>
<p>Habt ihr da was zur Hand? Ich suche grade bei Codeproject, aber die Ladezeiten sind mal wieder traurig...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/560388</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/560388</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Wed, 14 Jul 2004 12:03:23 GMT</pubDate></item><item><title><![CDATA[Reply to Suche nach Anleitung, wie man Cut, Copy, Paste für Dialoge (Edits) einbaut on Wed, 14 Jul 2004 19:22:48 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">CEdit::Cut()
CEdit::Copy()
CEdit::Paste()
</code></pre>
<p>???</p>
<p>Oder meinst du das:</p>
<pre><code class="language-cpp">((CEdit *)GetDlgItem(IDC_EDIT))-&gt;Cut()
((CEdit *)GetDlgItem(IDC_EDIT))-&gt;Copy()
((CEdit *)GetDlgItem(IDC_EDIT))-&gt;Paste()
</code></pre>
<p>???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/560844</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/560844</guid><dc:creator><![CDATA[a]]></dc:creator><pubDate>Wed, 14 Jul 2004 19:22:48 GMT</pubDate></item><item><title><![CDATA[Reply to Suche nach Anleitung, wie man Cut, Copy, Paste für Dialoge (Edits) einbaut on Thu, 15 Jul 2004 06:24:15 GMT]]></title><description><![CDATA[<p>Okay, manchmal is man blind. Danke! <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/561016</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/561016</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Thu, 15 Jul 2004 06:24:15 GMT</pubDate></item></channel></rss>