<?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[jemand ne ahnung wie ich ne datei von aussen in meine FileList drope?]]></title><description><![CDATA[<p>habe</p>
<p>DragAcceptFiles(true);</p>
<p>im classwizzard ist aber die WM_DROPFILES MSG nicht da<br />
wie add ich die von hand=?</p>
<p>vielen dank im voraus</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/64373/jemand-ne-ahnung-wie-ich-ne-datei-von-aussen-in-meine-filelist-drope</link><generator>RSS for Node</generator><lastBuildDate>Thu, 04 Jun 2026 23:02:37 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/64373.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Feb 2004 11:18:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to jemand ne ahnung wie ich ne datei von aussen in meine FileList drope? on Tue, 10 Feb 2004 11:18:26 GMT]]></title><description><![CDATA[<p>habe</p>
<p>DragAcceptFiles(true);</p>
<p>im classwizzard ist aber die WM_DROPFILES MSG nicht da<br />
wie add ich die von hand=?</p>
<p>vielen dank im voraus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/455933</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/455933</guid><dc:creator><![CDATA[T1c4L]]></dc:creator><pubDate>Tue, 10 Feb 2004 11:18:26 GMT</pubDate></item><item><title><![CDATA[Reply to jemand ne ahnung wie ich ne datei von aussen in meine FileList drope? on Tue, 10 Feb 2004 11:45:18 GMT]]></title><description><![CDATA[<p>bitte aufhören in kurzer zeit viele themen zu posten, die alle zusammengefasst werden können, weil es ja anscheinend, immer um eine einzige geschichte geht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/455961</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/455961</guid><dc:creator><![CDATA[alex-t]]></dc:creator><pubDate>Tue, 10 Feb 2004 11:45:18 GMT</pubDate></item><item><title><![CDATA[Reply to jemand ne ahnung wie ich ne datei von aussen in meine FileList drope? on Tue, 10 Feb 2004 11:58:15 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>wenn der Klassenassi nicht hilft, dann mach es von hand:<br />
füge in die MessageMap ein ON_WM_DROPFILES Macro ein und deklariere folgende Funktion in deiner Dialog Klasse:</p>
<pre><code class="language-cpp">afx_msg void OnDropFiles( HDROP );
</code></pre>
<p>Grüße Rapha</p>
]]></description><link>https://www.c-plusplus.net/forum/post/455978</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/455978</guid><dc:creator><![CDATA[Rapha]]></dc:creator><pubDate>Tue, 10 Feb 2004 11:58:15 GMT</pubDate></item></channel></rss>