<?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[Dialogklasse für Verzeichnisauswahl?]]></title><description><![CDATA[<p>Gibt es eine Dialogklasse (wie z.B. CFileDialog) mit der der Benutzer ein Verzeichnis auswählen kann? (Meinetwegen auch eine API-Funktion)</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/65229/dialogklasse-für-verzeichnisauswahl</link><generator>RSS for Node</generator><lastBuildDate>Fri, 05 Jun 2026 06:31:47 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/65229.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 17 Feb 2004 18:42:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dialogklasse für Verzeichnisauswahl? on Tue, 17 Feb 2004 18:42:59 GMT]]></title><description><![CDATA[<p>Gibt es eine Dialogklasse (wie z.B. CFileDialog) mit der der Benutzer ein Verzeichnis auswählen kann? (Meinetwegen auch eine API-Funktion)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/461458</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/461458</guid><dc:creator><![CDATA[ppc]]></dc:creator><pubDate>Tue, 17 Feb 2004 18:42:59 GMT</pubDate></item><item><title><![CDATA[Reply to Dialogklasse für Verzeichnisauswahl? on Tue, 17 Feb 2004 19:39:47 GMT]]></title><description><![CDATA[<p>Viele sogar <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p><a href="http://www.codeguru.com/dialog/folder_dialog.shtml" rel="nofollow">http://www.codeguru.com/dialog/folder_dialog.shtml</a><br />
<a href="http://www.codeguru.com/dialog/dir_picker.shtml" rel="nofollow">http://www.codeguru.com/dialog/dir_picker.shtml</a><br />
<a href="http://www.codeguru.com/dialog/dir_dialog.shtml" rel="nofollow">http://www.codeguru.com/dialog/dir_dialog.shtml</a><br />
<a href="http://www.codeguru.com/dialog/SelectFolder.shtml" rel="nofollow">http://www.codeguru.com/dialog/SelectFolder.shtml</a><br />
<a href="http://www.codeguru.com/dialog/dir_dialog2.shtml" rel="nofollow">http://www.codeguru.com/dialog/dir_dialog2.shtml</a><br />
<a href="http://www.codeguru.com/dialog/SelectFilesOrFolders.shtml" rel="nofollow">http://www.codeguru.com/dialog/SelectFilesOrFolders.shtml</a><br />
<a href="http://www.codeguru.com/dialog/DirDialogPhillips.shtml" rel="nofollow">http://www.codeguru.com/dialog/DirDialogPhillips.shtml</a><br />
<a href="http://www.codeguru.com/dialog/DirSelDlg.html" rel="nofollow">http://www.codeguru.com/dialog/DirSelDlg.html</a><br />
<a href="http://www.codeguru.com/dialog/pathdialog.shtml" rel="nofollow">http://www.codeguru.com/dialog/pathdialog.shtml</a></p>
<p>Grüße Rapha</p>
]]></description><link>https://www.c-plusplus.net/forum/post/461533</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/461533</guid><dc:creator><![CDATA[Rapha]]></dc:creator><pubDate>Tue, 17 Feb 2004 19:39:47 GMT</pubDate></item><item><title><![CDATA[Reply to Dialogklasse für Verzeichnisauswahl? on Tue, 17 Feb 2004 19:57:22 GMT]]></title><description><![CDATA[<p>Hi !</p>
<p>BROWSEINFO info = {0};<br />
CString strPfad;<br />
char Pfad[MAX_PATH];</p>
<p>LPITEMIDLIST list = SHBrowseForFolder(&amp;info);<br />
if(list == NULL)<br />
{<br />
AfxMessageBox(&quot;Kein Verzeichnis ausgewählt&quot;);<br />
}<br />
else<br />
{<br />
SHGetPathFromIDList(list,Pfad);<br />
AfxMessageBox(Pfad);<br />
}</p>
<p>Gruß, J<sup>o</sup>e</p>
]]></description><link>https://www.c-plusplus.net/forum/post/461551</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/461551</guid><dc:creator><![CDATA[J^o^e]]></dc:creator><pubDate>Tue, 17 Feb 2004 19:57:22 GMT</pubDate></item></channel></rss>