<?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 einträge nur über Tastatur auswählbar...?]]></title><description><![CDATA[<p>Hallo,</p>
<p>auf folgendem Wege erstelle ich eine Listbox:</p>
<pre><code class="language-cpp">hList1 = CreateWindow(&quot;LISTBOX&quot;,NULL,WS_CHILD | WS_VISIBLE | LBS_STANDARD , 25,375,217,207,hwndpl, NULL,hThisInstance,NULL);
</code></pre>
<p>hwndpl ist ei Child_Window von hwnd.</p>
<p>die Listbox erscheint auch.. allerdings kann ich die einträge, die ich da reinschriebe nur per Tastatur auswählen... Reaktion auf mouse ist nur dass die Listbox den Fokus bekommt...<br />
warum fuktioniert die auswahl per mouse nicht? muss das noch &quot;irgendwo&quot; dazuprogrammiert werden? per tastatur geht es doch auch standardmäßig</p>
<p>vielen dank für eure hilfe<br />
Edwart</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/96029/listbox-einträge-nur-über-tastatur-auswählbar</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Apr 2026 18:29:29 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/96029.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Dec 2004 10:39:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Listbox einträge nur über Tastatur auswählbar...? on Mon, 27 Dec 2004 10:39:48 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>auf folgendem Wege erstelle ich eine Listbox:</p>
<pre><code class="language-cpp">hList1 = CreateWindow(&quot;LISTBOX&quot;,NULL,WS_CHILD | WS_VISIBLE | LBS_STANDARD , 25,375,217,207,hwndpl, NULL,hThisInstance,NULL);
</code></pre>
<p>hwndpl ist ei Child_Window von hwnd.</p>
<p>die Listbox erscheint auch.. allerdings kann ich die einträge, die ich da reinschriebe nur per Tastatur auswählen... Reaktion auf mouse ist nur dass die Listbox den Fokus bekommt...<br />
warum fuktioniert die auswahl per mouse nicht? muss das noch &quot;irgendwo&quot; dazuprogrammiert werden? per tastatur geht es doch auch standardmäßig</p>
<p>vielen dank für eure hilfe<br />
Edwart</p>
]]></description><link>https://www.c-plusplus.net/forum/post/681461</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/681461</guid><dc:creator><![CDATA[Edwart]]></dc:creator><pubDate>Mon, 27 Dec 2004 10:39:48 GMT</pubDate></item><item><title><![CDATA[Reply to Listbox einträge nur über Tastatur auswählbar...? on Mon, 27 Dec 2004 16:37:52 GMT]]></title><description><![CDATA[<p>wenn ich die listbox in meinem Hauptfenster erstellen lasse, geht es.. aber in meinem zweiten fenster ist es nur über tastatur auswählbar...</p>
<p>weiss jemand rat?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/681564</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/681564</guid><dc:creator><![CDATA[Edwart]]></dc:creator><pubDate>Mon, 27 Dec 2004 16:37:52 GMT</pubDate></item><item><title><![CDATA[Reply to Listbox einträge nur über Tastatur auswählbar...? on Mon, 27 Dec 2004 16:43:00 GMT]]></title><description><![CDATA[<p>ah.. problem gefunden...</p>
<p>hatte für das ChildWindow folgendes vergessen... nun geht es <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";-)"
      alt="😉"
    /></p>
<pre><code class="language-cpp">return DefWindowProc (hwnd, message, wParam, lParam);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/681567</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/681567</guid><dc:creator><![CDATA[Edwart]]></dc:creator><pubDate>Mon, 27 Dec 2004 16:43:00 GMT</pubDate></item></channel></rss>