<?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-Problem unter Windows 2000]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich habe eine Applikation, in der aus dem Code heraus eine CComboBox erzeugt wird.<br />
Unter Windows XP verhält sie sich genauso wie ich es von Ihr erwarte, nur leider unter Win2000 nicht: Es erscheint zwar das obere Control, aber die Liste darunter nicht. Muss ich da noch irgendwas triggern?</p>
<p>Hier der Code, wie die Box erzeugt wird:</p>
<p>comboBox1-&gt;Create(WS_CHILD|WS_VISIBLE|WS_VSCROLL|CBS_DROPDOWNLIST, position, pParentWnd, IDC_DROPDOWN_MAINVIEW);</p>
<p>Weiß hier jemand Rat?</p>
<p>Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/185153/ccombobox-problem-unter-windows-2000</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 07:25:05 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/185153.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 22 Jun 2007 10:26:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CComboBox-Problem unter Windows 2000 on Fri, 22 Jun 2007 10:26:25 GMT]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich habe eine Applikation, in der aus dem Code heraus eine CComboBox erzeugt wird.<br />
Unter Windows XP verhält sie sich genauso wie ich es von Ihr erwarte, nur leider unter Win2000 nicht: Es erscheint zwar das obere Control, aber die Liste darunter nicht. Muss ich da noch irgendwas triggern?</p>
<p>Hier der Code, wie die Box erzeugt wird:</p>
<p>comboBox1-&gt;Create(WS_CHILD|WS_VISIBLE|WS_VSCROLL|CBS_DROPDOWNLIST, position, pParentWnd, IDC_DROPDOWN_MAINVIEW);</p>
<p>Weiß hier jemand Rat?</p>
<p>Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1311329</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1311329</guid><dc:creator><![CDATA[jholzer]]></dc:creator><pubDate>Fri, 22 Jun 2007 10:26:25 GMT</pubDate></item><item><title><![CDATA[Reply to CComboBox-Problem unter Windows 2000 on Fri, 22 Jun 2007 10:42:44 GMT]]></title><description><![CDATA[<p>Son Problem hatte ich auch mal, habs dann irgendwie mit SetWindowPos(&amp;CWnd::wndtop, x,x,x,x, SWP_NOSIZE) gelöst bekommen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1311342</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1311342</guid><dc:creator><![CDATA[maRKus23]]></dc:creator><pubDate>Fri, 22 Jun 2007 10:42:44 GMT</pubDate></item><item><title><![CDATA[Reply to CComboBox-Problem unter Windows 2000 on Fri, 22 Jun 2007 10:47:51 GMT]]></title><description><![CDATA[<p>Hast Du auch das Rectangle groß genug gemacht? Du musst die Größe des aufgeklapten Controls angeben!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1311344</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1311344</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Fri, 22 Jun 2007 10:47:51 GMT</pubDate></item><item><title><![CDATA[Reply to CComboBox-Problem unter Windows 2000 on Fri, 22 Jun 2007 11:14:33 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/35992">@Martin</a> Richter:</p>
<p>Das war das Problem. Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1311363</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1311363</guid><dc:creator><![CDATA[jholzer]]></dc:creator><pubDate>Fri, 22 Jun 2007 11:14:33 GMT</pubDate></item></channel></rss>