<?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[Listenfeld]]></title><description><![CDATA[<p>Hallo<br />
ich hab ein listenfeld und in dieses möchte ich ausgelesene daten einer funktion anzeigen lassen.<br />
erste frage:geht das mit ...CListBox::InsertString...?<br />
und zweitens:...wie mache ich das genau ?</p>
<p>mfg fevernova</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/51200/listenfeld</link><generator>RSS for Node</generator><lastBuildDate>Sun, 31 May 2026 10:47:11 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/51200.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Oct 2003 07:24:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Listenfeld on Wed, 08 Oct 2003 07:24:23 GMT]]></title><description><![CDATA[<p>Hallo<br />
ich hab ein listenfeld und in dieses möchte ich ausgelesene daten einer funktion anzeigen lassen.<br />
erste frage:geht das mit ...CListBox::InsertString...?<br />
und zweitens:...wie mache ich das genau ?</p>
<p>mfg fevernova</p>
]]></description><link>https://www.c-plusplus.net/forum/post/368025</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/368025</guid><dc:creator><![CDATA[fevernova]]></dc:creator><pubDate>Wed, 08 Oct 2003 07:24:23 GMT</pubDate></item><item><title><![CDATA[Reply to Listenfeld on Wed, 08 Oct 2003 08:32:23 GMT]]></title><description><![CDATA[<p>Einmal so</p>
<pre><code class="language-cpp">CString s(&quot;Moin&quot;);
MyListBox.AddString(s);
</code></pre>
<p>oder so</p>
<pre><code class="language-cpp">MyListBox.InsertString(/*0-n*/,/*i'ter string*/);
//ist nicht zum springen gedacht i=0 und i=100.
//Es sei denn es sind schon 100 Elemente drin
</code></pre>
<p>Im Allgemeinen würde man AddString benutzen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/368084</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/368084</guid><dc:creator><![CDATA[idefix]]></dc:creator><pubDate>Wed, 08 Oct 2003 08:32:23 GMT</pubDate></item></channel></rss>