<?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[CFileDialog]]></title><description><![CDATA[<p>Ist es möglich mit CFileDialog auch den Pfad vorzubelegen, der beim<br />
Rufen von CFileDialog angezeigt wird?</p>
<pre><code class="language-cpp">TCHAR str[1000]; 
CFileDialog m_dlgFile( TRUE, NULL, NULL, NULL, &quot;Alle Dateien (*.*)|*.*||&quot;, this );//zeige alle Dateien in Z:\.....
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/194563/cfiledialog</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 01:19:28 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/194563.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Oct 2007 13:33:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CFileDialog on Mon, 08 Oct 2007 13:33:39 GMT]]></title><description><![CDATA[<p>Ist es möglich mit CFileDialog auch den Pfad vorzubelegen, der beim<br />
Rufen von CFileDialog angezeigt wird?</p>
<pre><code class="language-cpp">TCHAR str[1000]; 
CFileDialog m_dlgFile( TRUE, NULL, NULL, NULL, &quot;Alle Dateien (*.*)|*.*||&quot;, this );//zeige alle Dateien in Z:\.....
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1380494</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1380494</guid><dc:creator><![CDATA[Elbert]]></dc:creator><pubDate>Mon, 08 Oct 2007 13:33:39 GMT</pubDate></item><item><title><![CDATA[Reply to CFileDialog on Mon, 08 Oct 2007 13:40:23 GMT]]></title><description><![CDATA[<p>Danke, habs schon rausgefunden...</p>
<pre><code class="language-cpp">m_dlgFile.m_pOFN-&gt;lpstrInitialDir = &quot;z:\\&quot;;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1380501</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1380501</guid><dc:creator><![CDATA[Elbert]]></dc:creator><pubDate>Mon, 08 Oct 2007 13:40:23 GMT</pubDate></item></channel></rss>