<?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[Wie kann man ein CListBox in einem SDI Fenster erstellen]]></title><description><![CDATA[<p>Ich versuche eine CListBox in meinem SDI Fenster anzeigen zu lassen</p>
<pre><code class="language-cpp">CListBox IGBTInfo;
IGBTInfo.Create(LBS_NOTIFY,GetRect(0,6,0,7),pDC-&gt;GetWindow(),IDC_LIST_Modulation);
IGBTInfo.InsertString(0,&quot;test&quot;);
</code></pre>
<p>Sollte doch zumindest diese Box erstellen. Das ganze jetzt versuchsweise in ProgramView::OnDraw(CDC* pDC)</p>
<p>Es wird aber nichts angezeigt. Keine Fehlermeldung vom Compiler</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/189819/wie-kann-man-ein-clistbox-in-einem-sdi-fenster-erstellen</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 23:03:57 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/189819.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Aug 2007 09:23:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wie kann man ein CListBox in einem SDI Fenster erstellen on Fri, 17 Aug 2007 09:23:03 GMT]]></title><description><![CDATA[<p>Ich versuche eine CListBox in meinem SDI Fenster anzeigen zu lassen</p>
<pre><code class="language-cpp">CListBox IGBTInfo;
IGBTInfo.Create(LBS_NOTIFY,GetRect(0,6,0,7),pDC-&gt;GetWindow(),IDC_LIST_Modulation);
IGBTInfo.InsertString(0,&quot;test&quot;);
</code></pre>
<p>Sollte doch zumindest diese Box erstellen. Das ganze jetzt versuchsweise in ProgramView::OnDraw(CDC* pDC)</p>
<p>Es wird aber nichts angezeigt. Keine Fehlermeldung vom Compiler</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1346170</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1346170</guid><dc:creator><![CDATA[Diplomand]]></dc:creator><pubDate>Fri, 17 Aug 2007 09:23:03 GMT</pubDate></item><item><title><![CDATA[Reply to Wie kann man ein CListBox in einem SDI Fenster erstellen on Fri, 17 Aug 2007 09:29:18 GMT]]></title><description><![CDATA[<p>Was spricht dagegen, gleich einen CFormView zu verwenden?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1346174</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1346174</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Fri, 17 Aug 2007 09:29:18 GMT</pubDate></item><item><title><![CDATA[Reply to Wie kann man ein CListBox in einem SDI Fenster erstellen on Fri, 17 Aug 2007 10:11:56 GMT]]></title><description><![CDATA[<p>estartu schrieb:</p>
<blockquote>
<p>Was spricht dagegen, gleich einen CFormView zu verwenden?</p>
</blockquote>
<p>Wahrscheinlich nichts, aber der TO weiss sicher nicht, dass und wie das geht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1346206</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1346206</guid><dc:creator><![CDATA[jencas]]></dc:creator><pubDate>Fri, 17 Aug 2007 10:11:56 GMT</pubDate></item><item><title><![CDATA[Reply to Wie kann man ein CListBox in einem SDI Fenster erstellen on Fri, 17 Aug 2007 11:07:20 GMT]]></title><description><![CDATA[<p>Einfach mit dem Wizard eine SDI Applikation erzeugen lassen.<br />
Als View CFormView auswählen.<br />
Die Listbox in dem entsprechenden Dialog anlegen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1346250</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1346250</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Fri, 17 Aug 2007 11:07:20 GMT</pubDate></item></channel></rss>