<?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[Problem mit GetOpenFileName()]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>Habe hier ein Problem mit GetOpenFileName(). Ich habe das so gemacht, wie <a href="http://www.winapi.net/index.php?inhalt=s36" rel="nofollow">hier beschrieben</a> und habe das frueher schonmal genauso benutzt.</p>
<p>Aber jetzt kommt das Fenster mit &quot;Datei oeffnen&quot; nicht.</p>
<p>GetLastError gibt vor dem dem GetOpenFileName() 6 aus, danach 87.</p>
<p>Was ist denn da los?</p>
<p>der Guenther</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/108910/problem-mit-getopenfilename</link><generator>RSS for Node</generator><lastBuildDate>Tue, 30 Jun 2026 07:01:57 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/108910.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 May 2005 12:54:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit GetOpenFileName() on Wed, 04 May 2005 12:56:17 GMT]]></title><description><![CDATA[<p>Hallo Leute,</p>
<p>Habe hier ein Problem mit GetOpenFileName(). Ich habe das so gemacht, wie <a href="http://www.winapi.net/index.php?inhalt=s36" rel="nofollow">hier beschrieben</a> und habe das frueher schonmal genauso benutzt.</p>
<p>Aber jetzt kommt das Fenster mit &quot;Datei oeffnen&quot; nicht.</p>
<p>GetLastError gibt vor dem dem GetOpenFileName() 6 aus, danach 87.</p>
<p>Was ist denn da los?</p>
<p>der Guenther</p>
]]></description><link>https://www.c-plusplus.net/forum/post/781614</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/781614</guid><dc:creator><![CDATA[Guenther]]></dc:creator><pubDate>Wed, 04 May 2005 12:56:17 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit GetOpenFileName() on Wed, 04 May 2005 13:17:28 GMT]]></title><description><![CDATA[<blockquote>
<p>6 -&gt; ERROR_INVALID_HANDLE<br />
87 -&gt; ERROR_INVALID_PARAMETER</p>
</blockquote>
<p>Hast du den Code wirklich nur übernommen? Falls nicht, zeig' doch bitte mal, wie dein bisheriger Code aussieht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/781639</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/781639</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Wed, 04 May 2005 13:17:28 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit GetOpenFileName() on Wed, 04 May 2005 13:21:19 GMT]]></title><description><![CDATA[<p>&lt;peinlich&gt;<br />
Habe den</p>
<pre><code>char FileName[MAX_PATH+2];
</code></pre>
<p>nicht als static in meiner aufrufenden Funktion gesetzt.<br />
&lt;/peinlich&gt;</p>
<p>Die Liste mit den Fehlern habe ich unterdessen selbst gefunden. Danke. Woher das invalid hadle kommt ist mir aber unklar. Das ist schon beim Inititalisieren des GUIs da.</p>
<p>Naja, egal. Jetzt geht's.</p>
<p>der Guenther</p>
]]></description><link>https://www.c-plusplus.net/forum/post/781644</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/781644</guid><dc:creator><![CDATA[Guenther]]></dc:creator><pubDate>Wed, 04 May 2005 13:21:19 GMT</pubDate></item></channel></rss>