<?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[brauche hilfe bei treeview]]></title><description><![CDATA[<p>hallo<br />
ich möchte eine tree view control wie <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/treeview/treeview.asp" rel="nofollow">hier</a> erstellen!<br />
ich suche die verzeichnisse mit findfirstfile und findnextfile!</p>
<p>nur wie lautet der pfad vom desktop?</p>
<p>danke<br />
user32</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/109118/brauche-hilfe-bei-treeview</link><generator>RSS for Node</generator><lastBuildDate>Tue, 30 Jun 2026 12:34:43 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/109118.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 06 May 2005 18:39:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to brauche hilfe bei treeview on Fri, 06 May 2005 18:39:04 GMT]]></title><description><![CDATA[<p>hallo<br />
ich möchte eine tree view control wie <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/treeview/treeview.asp" rel="nofollow">hier</a> erstellen!<br />
ich suche die verzeichnisse mit findfirstfile und findnextfile!</p>
<p>nur wie lautet der pfad vom desktop?</p>
<p>danke<br />
user32</p>
]]></description><link>https://www.c-plusplus.net/forum/post/783096</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/783096</guid><dc:creator><![CDATA[user32]]></dc:creator><pubDate>Fri, 06 May 2005 18:39:04 GMT</pubDate></item><item><title><![CDATA[Reply to brauche hilfe bei treeview on Fri, 06 May 2005 19:09:33 GMT]]></title><description><![CDATA[<p>Den Pfad vom Desktop des jeweiligen Users über den explorer?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/783100</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/783100</guid><dc:creator><![CDATA[Genesys]]></dc:creator><pubDate>Fri, 06 May 2005 19:09:33 GMT</pubDate></item><item><title><![CDATA[Reply to brauche hilfe bei treeview on Fri, 06 May 2005 18:52:34 GMT]]></title><description><![CDATA[<p>SHGetSpecialFolderPath() mit CSIDL_DESKTOPDIRECTORY</p>
]]></description><link>https://www.c-plusplus.net/forum/post/783102</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/783102</guid><dc:creator><![CDATA[geeky]]></dc:creator><pubDate>Fri, 06 May 2005 18:52:34 GMT</pubDate></item><item><title><![CDATA[Reply to brauche hilfe bei treeview on Fri, 06 May 2005 20:12:35 GMT]]></title><description><![CDATA[<p>jo danke euch!<br />
das mit dem desktop klappt soweit, dass icon ist zwar noch nicht das richtige, aber net so schlimm!</p>
<p>mein nächstes problem ist, ich krieg den arbeitsplatz nicht!</p>
<p>hab es so probiert:</p>
<pre><code class="language-cpp">char MyComputer[MAX_PATH];
LPITEMIDLIST  pIDList;

SHGetSpecialFolderLocation(NULL, CSIDL_DRIVES, &amp;pIDList);
SHGetPathFromIDListA(pIDList, MyComputer);

MessageBox(NULL, MyComputer, &quot;Info&quot;, MB_OK);
</code></pre>
<p>funzt aber net<br />
MyComputer bleibt leer</p>
<p>user32</p>
]]></description><link>https://www.c-plusplus.net/forum/post/783145</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/783145</guid><dc:creator><![CDATA[user32]]></dc:creator><pubDate>Fri, 06 May 2005 20:12:35 GMT</pubDate></item><item><title><![CDATA[Reply to brauche hilfe bei treeview on Fri, 06 May 2005 20:27:41 GMT]]></title><description><![CDATA[<p>CSIDL_DRIVES ist ein virtueller Ordner, der existiert möglicherweise (noch) gar nicht. Evtl. bringt es was CSIDL_FLAG_CREATE mit anzugeben...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/783161</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/783161</guid><dc:creator><![CDATA[geeky]]></dc:creator><pubDate>Fri, 06 May 2005 20:27:41 GMT</pubDate></item></channel></rss>