<?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[Copy and Past]]></title><description><![CDATA[<p>Hi Leute</p>
<p>Weiß jemand von euch (und ich hoffe das tut jemand <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> :D) wie man in seinem MFC-Dialog die Befehle Copy und Past verbieten kann.</p>
<p>Danke im voraus</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/43565/copy-and-past</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 21:01:54 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/43565.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Jul 2003 07:50:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Copy and Past on Wed, 23 Jul 2003 07:50:23 GMT]]></title><description><![CDATA[<p>Hi Leute</p>
<p>Weiß jemand von euch (und ich hoffe das tut jemand <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /> :D) wie man in seinem MFC-Dialog die Befehle Copy und Past verbieten kann.</p>
<p>Danke im voraus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/315333</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/315333</guid><dc:creator><![CDATA[PSolid]]></dc:creator><pubDate>Wed, 23 Jul 2003 07:50:23 GMT</pubDate></item><item><title><![CDATA[Reply to Copy and Past on Wed, 23 Jul 2003 08:06:58 GMT]]></title><description><![CDATA[<p>Im MFC Dialog werden die normalerweise gar nicht verarbeitet. Du musst schon genauer werden, ist's ein Textfeld in einem Dialog?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/315342</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/315342</guid><dc:creator><![CDATA[tag]]></dc:creator><pubDate>Wed, 23 Jul 2003 08:06:58 GMT</pubDate></item><item><title><![CDATA[Reply to Copy and Past on Wed, 23 Jul 2003 08:16:21 GMT]]></title><description><![CDATA[<p>OK ich versuch genauer zu beschreiben. Ich habe ein Dialog mit einem Texfeld. In diesem Textfeld kann man Schlüssel eingeben. Diese Schlüssel sollen aber von Hand eingegebn werden. Und nicht aus einer *.txt(oder sonst irgend eine Datei) heraus kopiert und in mein Textfeld eingefügt werden.</p>
<p>Also das was ich versuchen will ist das die Befehle (strg-c und strg-v und rechte-Maus-copy und rechte-Maus-past) nicht mehr funktionieren.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/315352</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/315352</guid><dc:creator><![CDATA[PSolid]]></dc:creator><pubDate>Wed, 23 Jul 2003 08:16:21 GMT</pubDate></item><item><title><![CDATA[Reply to Copy and Past on Wed, 23 Jul 2003 08:22:07 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich mach es mir mal einfach:</p>
<blockquote>
<p>WM_COPY<br />
An application sends the WM_COPY message to an edit control or combo box to copy the current selection to the clipboard in CF_TEXT format.</p>
<p>To send this message, call the SendMessage function with the following parameters.</p>
<p>SendMessage(<br />
(HWND) hWnd, // handle to destination window<br />
WM_COPY, // message to send<br />
(WPARAM) wParam, // not used; must be zero<br />
(LPARAM) lParam // not used; must be zero<br />
);<br />
Parameters<br />
This message has no parameters.</p>
<p>Return Values<br />
This message does not return a value.</p>
<p>Remarks<br />
When sent to a combo box, the WM_COPY message is handled by its edit control. This message has no effect when sent to a combo box with the CBS_DROPDOWNLIST style.</p>
<p>Requirements<br />
Windows NT/2000/XP: Included in Windows NT 3.1 and later.<br />
Windows 95/98/Me: Included in Windows 95 and later.<br />
Header: Declared in Winuser.h; include Windows.h.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/315354</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/315354</guid><dc:creator><![CDATA[Hexagon]]></dc:creator><pubDate>Wed, 23 Jul 2003 08:22:07 GMT</pubDate></item></channel></rss>