<?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[CComboBox]]></title><description><![CDATA[<p>Hallo!</p>
<p>Habe eine CComboBox erstellt und Items eingefügt:</p>
<p>rect-&gt;left=300;<br />
rect-&gt;top=400;<br />
rect-&gt;right=400;<br />
rect-&gt;bottom=420;<br />
combo1.Create(WS_VISIBLE | WS_CHILD | CBS_DROPDOWNLIST | CBS_DISABLENOSCROLL, *rect, m_pMainWnd, 3);<br />
combo1.AddString(&quot;Item1&quot;);<br />
combo1.AddString(&quot;Item2&quot;);</p>
<p>Wenn ich die Listbox öffnen will erscheint sie nicht. Ich kann zwar den Fokus auf die Combobox setzen und mit den Pfeiltasten auswählen, aber die Listbox geht einfach nicht auf.</p>
<p>Hab ich irgend ein Style-Flag vergessen?</p>
<p>Danke!</p>
<p>mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/47750/ccombobox</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Apr 2026 19:16:56 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/47750.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Sep 2003 07:06:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CComboBox on Tue, 02 Sep 2003 07:06:34 GMT]]></title><description><![CDATA[<p>Hallo!</p>
<p>Habe eine CComboBox erstellt und Items eingefügt:</p>
<p>rect-&gt;left=300;<br />
rect-&gt;top=400;<br />
rect-&gt;right=400;<br />
rect-&gt;bottom=420;<br />
combo1.Create(WS_VISIBLE | WS_CHILD | CBS_DROPDOWNLIST | CBS_DISABLENOSCROLL, *rect, m_pMainWnd, 3);<br />
combo1.AddString(&quot;Item1&quot;);<br />
combo1.AddString(&quot;Item2&quot;);</p>
<p>Wenn ich die Listbox öffnen will erscheint sie nicht. Ich kann zwar den Fokus auf die Combobox setzen und mit den Pfeiltasten auswählen, aber die Listbox geht einfach nicht auf.</p>
<p>Hab ich irgend ein Style-Flag vergessen?</p>
<p>Danke!</p>
<p>mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/345398</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/345398</guid><dc:creator><![CDATA[Einsteiger]]></dc:creator><pubDate>Tue, 02 Sep 2003 07:06:34 GMT</pubDate></item><item><title><![CDATA[Reply to CComboBox on Tue, 02 Sep 2003 08:39:40 GMT]]></title><description><![CDATA[<p>gib für bottom eine größere größe an.<br />
Ich glaub dann solls gehn. Probiers mit +100;<br />
MFG,Sigi</p>
]]></description><link>https://www.c-plusplus.net/forum/post/345462</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/345462</guid><dc:creator><![CDATA[BigSigi]]></dc:creator><pubDate>Tue, 02 Sep 2003 08:39:40 GMT</pubDate></item></channel></rss>