<?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 eintrag hinzufügen]]></title><description><![CDATA[<p>Wie kann ich bei einer ListBox einen Eintrag hinzufügen ?</p>
<p>Bei Editboxen geht es ja ganz einfach mit SendMessage.</p>
<p>Mit Visual C++.</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/5747/listbox-eintrag-hinzufügen</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 13:41:00 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/5747.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 May 2003 09:43:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ListBox eintrag hinzufügen on Mon, 12 May 2003 09:43:00 GMT]]></title><description><![CDATA[<p>Wie kann ich bei einer ListBox einen Eintrag hinzufügen ?</p>
<p>Bei Editboxen geht es ja ganz einfach mit SendMessage.</p>
<p>Mit Visual C++.</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/27950</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/27950</guid><dc:creator><![CDATA[BlackWolf]]></dc:creator><pubDate>Mon, 12 May 2003 09:43:00 GMT</pubDate></item><item><title><![CDATA[Reply to ListBox eintrag hinzufügen on Mon, 12 May 2003 09:48:00 GMT]]></title><description><![CDATA[<blockquote>
<p>Bei Editboxen geht es ja ganz einfach mit SendMessage.</p>
</blockquote>
<p>Hm, also in der MSDN steht auch SendMessage, ich weiss ja net, was Du gelesen hast!</p>
<blockquote>
<p>SendMessage(<br />
(HWND) hWnd, // handle to destination window<br />
LB_ADDSTRING, // message to send<br />
(WPARAM) wParam, // not used; must be zero<br />
(LPARAM) lParam // string (LPCTSTR)<br />
);</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/27951</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/27951</guid><dc:creator><![CDATA[RenéG]]></dc:creator><pubDate>Mon, 12 May 2003 09:48:00 GMT</pubDate></item><item><title><![CDATA[Reply to ListBox eintrag hinzufügen on Mon, 12 May 2003 10:11:00 GMT]]></title><description><![CDATA[<p>also, ich füge der ListBox einfach mit AddString einen Eintrag hinzu.</p>
<p>bsp.<br />
mc_listBox.AddString( rstrText );</p>
<p>Grüßle</p>
<p>Teddy</p>
]]></description><link>https://www.c-plusplus.net/forum/post/27952</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/27952</guid><dc:creator><![CDATA[Teddy]]></dc:creator><pubDate>Mon, 12 May 2003 10:11:00 GMT</pubDate></item></channel></rss>