<?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 erstellen]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich habe ein Problem. Ich hab ein Tutorial von <a href="http://pronix.de" rel="nofollow">pronix.de</a>. Ich bin gerade beim Tut, wo man eine Listbox erstellt (<a href="http://www.pronix.de/pronix-1062.html" rel="nofollow">http://www.pronix.de/pronix-1062.html</a>). Da kann man halt durch dei Ordner gehen und sehen, welche Dateien in dem Ordner enthalten sind.<br />
Jetzt will ich aber eine Listbox erstellen, die strings enthält. Aber ich weiß nicht, wie ich die Strings dann der Listbox hinzufügen kann.<br />
Also, ich hab eine resource.rc, eine resource.h und eine main.cpp.</p>
<p>Kann mir da jemand bitte helfen?<br />
VDIV<br />
mfg Paul <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/216276/listbox-erstellen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 15:25:39 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/216276.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Jun 2008 19:39:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Listbox erstellen on Sat, 21 Jun 2008 19:39:02 GMT]]></title><description><![CDATA[<p>Hallo!</p>
<p>Ich habe ein Problem. Ich hab ein Tutorial von <a href="http://pronix.de" rel="nofollow">pronix.de</a>. Ich bin gerade beim Tut, wo man eine Listbox erstellt (<a href="http://www.pronix.de/pronix-1062.html" rel="nofollow">http://www.pronix.de/pronix-1062.html</a>). Da kann man halt durch dei Ordner gehen und sehen, welche Dateien in dem Ordner enthalten sind.<br />
Jetzt will ich aber eine Listbox erstellen, die strings enthält. Aber ich weiß nicht, wie ich die Strings dann der Listbox hinzufügen kann.<br />
Also, ich hab eine resource.rc, eine resource.h und eine main.cpp.</p>
<p>Kann mir da jemand bitte helfen?<br />
VDIV<br />
mfg Paul <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1533390</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1533390</guid><dc:creator><![CDATA[Paulfred]]></dc:creator><pubDate>Sat, 21 Jun 2008 19:39:02 GMT</pubDate></item><item><title><![CDATA[Reply to Listbox erstellen on Sun, 22 Jun 2008 15:03:03 GMT]]></title><description><![CDATA[<p>mit SendMessage(Handlezuderliste, LB_ADDSTRING, 0, (LPARAM)&quot;hallo:)&quot;);</p>
<p>du bekommst dann als rückgabewert die position in der liste wo dein string steht.<br />
mit SendMessage(hListe, LB_DELETESTRING, (LPARAM)hierdieposition, 0);</p>
<p>kannst du den string wieder entfernen</p>
<p>guckst du hier:<br />
<a href="http://msdn.microsoft.com/en-us/library/cc656499%28VS.85%29.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/cc656499%28VS.85%29.aspx</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1533714</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1533714</guid><dc:creator><![CDATA[string]]></dc:creator><pubDate>Sun, 22 Jun 2008 15:03:03 GMT</pubDate></item></channel></rss>