<?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 mache ich das]]></title><description><![CDATA[<p>ich habe eine Combobox damit angelegt:</p>
<pre><code class="language-cpp">hwndb12 = CreateWindow(TEXT(&quot;combobox&quot;), 0, 
			                     WS_CHILD | CBS_DROPDOWNLIST | WS_VISIBLE, 240, 150, 100, 50,
							     hwnd, (HMENU) 11, ((LPCREATESTRUCT)lParam)-&gt;hInstance, 0);
</code></pre>
<p>wie kann ich es jetzt aber amchen das wenn man an den Pfeil klickt das man<br />
alle Elemente sieht? also nicht nur das 1. Element sondern alle die drin sind</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/220113/wie-mache-ich-das</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 07:25:19 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/220113.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 Aug 2008 08:17:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to wie mache ich das on Tue, 12 Aug 2008 08:17:24 GMT]]></title><description><![CDATA[<p>ich habe eine Combobox damit angelegt:</p>
<pre><code class="language-cpp">hwndb12 = CreateWindow(TEXT(&quot;combobox&quot;), 0, 
			                     WS_CHILD | CBS_DROPDOWNLIST | WS_VISIBLE, 240, 150, 100, 50,
							     hwnd, (HMENU) 11, ((LPCREATESTRUCT)lParam)-&gt;hInstance, 0);
</code></pre>
<p>wie kann ich es jetzt aber amchen das wenn man an den Pfeil klickt das man<br />
alle Elemente sieht? also nicht nur das 1. Element sondern alle die drin sind</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1563095</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1563095</guid><dc:creator><![CDATA[combobox]]></dc:creator><pubDate>Tue, 12 Aug 2008 08:17:24 GMT</pubDate></item><item><title><![CDATA[Reply to wie mache ich das on Tue, 12 Aug 2008 08:58:30 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">hwndb12 = CreateWindow(TEXT(&quot;combobox&quot;), 0, 
                                 WS_CHILD | CBS_DROPDOWNLIST | WS_VISIBLE, 240, 150, 100, 500,
                                 hwnd, (HMENU) 11, ((LPCREATESTRUCT)lParam)-&gt;hInstance, 0);
</code></pre>
<p>könnte helfen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1563129</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1563129</guid><dc:creator><![CDATA[sri]]></dc:creator><pubDate>Tue, 12 Aug 2008 08:58:30 GMT</pubDate></item><item><title><![CDATA[Reply to wie mache ich das on Tue, 12 Aug 2008 09:00:15 GMT]]></title><description><![CDATA[<p>ich dep -.- vielen dank für deine Hilfe.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1563132</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1563132</guid><dc:creator><![CDATA[combobox]]></dc:creator><pubDate>Tue, 12 Aug 2008 09:00:15 GMT</pubDate></item></channel></rss>