<?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[Listbox]]></title><description><![CDATA[<p>Hi</p>
<pre><code class="language-cpp">CListBox* pmyListBox;
	CString str(&quot;kuchenteig&quot;);
	pmyListBox-&gt;AddString( str );
</code></pre>
<p>aber wo stell ich ein welche Listbox?(IDC_LIST3)</p>
<p>mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/81318/listbox</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 21:36:20 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/81318.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 30 Jul 2004 09:54:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Listbox on Fri, 30 Jul 2004 09:54:52 GMT]]></title><description><![CDATA[<p>Hi</p>
<pre><code class="language-cpp">CListBox* pmyListBox;
	CString str(&quot;kuchenteig&quot;);
	pmyListBox-&gt;AddString( str );
</code></pre>
<p>aber wo stell ich ein welche Listbox?(IDC_LIST3)</p>
<p>mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/571491</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/571491</guid><dc:creator><![CDATA[thenoob]]></dc:creator><pubDate>Fri, 30 Jul 2004 09:54:52 GMT</pubDate></item><item><title><![CDATA[Reply to Listbox on Fri, 30 Jul 2004 09:56:00 GMT]]></title><description><![CDATA[<p>classwizard ??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/571493</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/571493</guid><dc:creator><![CDATA[nonamebody]]></dc:creator><pubDate>Fri, 30 Jul 2004 09:56:00 GMT</pubDate></item><item><title><![CDATA[Reply to Listbox on Fri, 30 Jul 2004 11:40:27 GMT]]></title><description><![CDATA[<p>GetDlgItem ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/571584</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/571584</guid><dc:creator><![CDATA[MFK]]></dc:creator><pubDate>Fri, 30 Jul 2004 11:40:27 GMT</pubDate></item><item><title><![CDATA[Reply to Listbox on Fri, 30 Jul 2004 11:59:22 GMT]]></title><description><![CDATA[<p>Versuchs so:</p>
<pre><code>CListBox* pmyListBox = (CListBox*) GetDlgItem(ID_DEINER_LISTBOX); 
    CString str(&quot;kuchenteig&quot;); 
    pmyListBox-&gt;AddString( str );
</code></pre>
<p>Gruß<br />
:: NoName ::</p>
]]></description><link>https://www.c-plusplus.net/forum/post/571594</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/571594</guid><dc:creator><![CDATA[__NoName__]]></dc:creator><pubDate>Fri, 30 Jul 2004 11:59:22 GMT</pubDate></item></channel></rss>