<?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[TreeCtrl]]></title><description><![CDATA[<p><a href="http://spotlight.de/nzforen/cpp/m/cpp-1051960296-4482.html" rel="nofollow">http://spotlight.de/nzforen/cpp/m/cpp-1051960296-4482.html</a></p>
<pre><code class="language-cpp">HTREEITEM root = m_Tree.GetRootItem();
m_Tree.DeleteAllItems();
DB.SQL_Ausfuehren(&quot;SELECT * FROM Kategorien WHERE Parentkat=0&quot;);
while(!DB.EOA())
{
    HTREEITEM newItem = m_Tree.InsertItem(DB.GetItem(1));
    m_Tree.SetItemData(newItem, data);
    DB.NextRow();
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/5650/treectrl</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 03:03:30 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/5650.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 03 May 2003 12:50:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TreeCtrl on Sat, 03 May 2003 12:50:00 GMT]]></title><description><![CDATA[<p><a href="http://spotlight.de/nzforen/cpp/m/cpp-1051960296-4482.html" rel="nofollow">http://spotlight.de/nzforen/cpp/m/cpp-1051960296-4482.html</a></p>
<pre><code class="language-cpp">HTREEITEM root = m_Tree.GetRootItem();
m_Tree.DeleteAllItems();
DB.SQL_Ausfuehren(&quot;SELECT * FROM Kategorien WHERE Parentkat=0&quot;);
while(!DB.EOA())
{
    HTREEITEM newItem = m_Tree.InsertItem(DB.GetItem(1));
    m_Tree.SetItemData(newItem, data);
    DB.NextRow();
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/27518</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/27518</guid><dc:creator><![CDATA[Gast]]></dc:creator><pubDate>Sat, 03 May 2003 12:50:00 GMT</pubDate></item><item><title><![CDATA[Reply to TreeCtrl on Sat, 03 May 2003 18:14:00 GMT]]></title><description><![CDATA[<p>Ah, wie war doch das Anliegen gleich noch mal ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/27519</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/27519</guid><dc:creator><![CDATA[Knuddlbaer]]></dc:creator><pubDate>Sat, 03 May 2003 18:14:00 GMT</pubDate></item></channel></rss>