<?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 auslesen, aber wie??]]></title><description><![CDATA[<p>Hallo zusammen!!</p>
<p>In meiner Anwendung habe ich eine ListBox, welche über einen Button gefüllt wird. Das klappt ohne Probleme.<br />
Allerdings möchte ich nun über einen anderen Button eine Markierte Zeile aus der ListBox auslesen und damit weiterarbeiten. Dies funktioniert aber einfach nicht.... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f621.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--pouting_face"
      title=":rage:"
      alt="😡"
    /><br />
Wollte den markierten Text einfach mal mit einer MessageBox ausgeben. Ich bekomm aber leider nur ein leeres Fenster.</p>
<p>Muss ich irgendetwas übergeben??</p>
<p>Kann mir einer helfen???</p>
<p>Gruß<br />
Fitzelle</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/159341/listbox-auslesen-aber-wie</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Jul 2026 09:21:21 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/159341.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Sep 2006 08:33:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Listbox auslesen, aber wie?? on Thu, 14 Sep 2006 08:33:30 GMT]]></title><description><![CDATA[<p>Hallo zusammen!!</p>
<p>In meiner Anwendung habe ich eine ListBox, welche über einen Button gefüllt wird. Das klappt ohne Probleme.<br />
Allerdings möchte ich nun über einen anderen Button eine Markierte Zeile aus der ListBox auslesen und damit weiterarbeiten. Dies funktioniert aber einfach nicht.... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f621.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--pouting_face"
      title=":rage:"
      alt="😡"
    /><br />
Wollte den markierten Text einfach mal mit einer MessageBox ausgeben. Ich bekomm aber leider nur ein leeres Fenster.</p>
<p>Muss ich irgendetwas übergeben??</p>
<p>Kann mir einer helfen???</p>
<p>Gruß<br />
Fitzelle</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1137070</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1137070</guid><dc:creator><![CDATA[Fitzelle]]></dc:creator><pubDate>Thu, 14 Sep 2006 08:33:30 GMT</pubDate></item><item><title><![CDATA[Reply to Listbox auslesen, aber wie?? on Thu, 14 Sep 2006 08:44:21 GMT]]></title><description><![CDATA[<p>ListBox? Die ListBox aus der VCL?<br />
Falls ja:</p>
<pre><code class="language-cpp">int index = ListBox1-&gt;ItemIndex;
if (index != -1) {
  AnsiString str = ListBox1-&gt;Items-&gt;Strings[index];
  //usw...
}
</code></pre>
<p>edit: Ach ja, übrigens falsches Subforum, weiter oben gibt's welche für VCL usw.</p>
<p>MfG</p>
<p>GPC</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1137072</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1137072</guid><dc:creator><![CDATA[GPC]]></dc:creator><pubDate>Thu, 14 Sep 2006 08:44:21 GMT</pubDate></item><item><title><![CDATA[Reply to Listbox auslesen, aber wie?? on Thu, 14 Sep 2006 09:02:56 GMT]]></title><description><![CDATA[<p>Tach GPC!!!</p>
<p>Es handelt sich um eine MS Visual MFC Anwendung</p>
<pre><code>Ach ja, übrigens falsches Subforum, weiter oben gibt's welche für VCL usw
</code></pre>
<p>Hast ja recht... Bin neu hier... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /><br />
Ist das dann der gleiche Code???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1137094</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1137094</guid><dc:creator><![CDATA[Futzelle]]></dc:creator><pubDate>Thu, 14 Sep 2006 09:02:56 GMT</pubDate></item><item><title><![CDATA[Reply to Listbox auslesen, aber wie?? on Thu, 14 Sep 2006 09:11:49 GMT]]></title><description><![CDATA[<p>Hallo</p>
<blockquote>
<p>Ist das dann der gleiche Code???</p>
</blockquote>
<p>Nein.<br />
Dazu noch der Hinweis auf die <em>FAQ</em> jedes Subforums.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1137098</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1137098</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Thu, 14 Sep 2006 09:11:49 GMT</pubDate></item><item><title><![CDATA[Reply to Listbox auslesen, aber wie?? on Thu, 14 Sep 2006 09:09:39 GMT]]></title><description><![CDATA[<p>Futzelle schrieb:</p>
<blockquote>
<pre><code>Ach ja, übrigens falsches Subforum, weiter oben gibt's welche für VCL usw
</code></pre>
<p>Hast ja recht... Bin neu hier... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
</blockquote>
<p>passiert mir auch ständig <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>
<blockquote>
<p>Ist das dann der gleiche Code???</p>
</blockquote>
<p>Ich fürchte nicht, aber warte einfach, bis ein Mod den Thread hier ins MFC Forum verschiebt. <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>
<p>MfG</p>
<p>GPC</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1137099</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1137099</guid><dc:creator><![CDATA[GPC]]></dc:creator><pubDate>Thu, 14 Sep 2006 09:09:39 GMT</pubDate></item><item><title><![CDATA[Reply to Listbox auslesen, aber wie?? on Thu, 14 Sep 2006 09:18:07 GMT]]></title><description><![CDATA[<p>Das könnte helfen: <a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-156384-and-start-is-0-and-postdays-is-0-and-postorder-is-asc-and-highlight-is-%2Alistbox%2A.html" rel="nofollow">link</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1137109</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1137109</guid><dc:creator><![CDATA[Airdamn]]></dc:creator><pubDate>Thu, 14 Sep 2006 09:18:07 GMT</pubDate></item><item><title><![CDATA[Reply to Listbox auslesen, aber wie?? on Thu, 14 Sep 2006 09:40:15 GMT]]></title><description><![CDATA[<blockquote>
<p>Das könnte helfen: link</p>
</blockquote>
<p>Danke Airdamm, der Link war sehr hilfreich. Hat nun geklappt...<br />
Über so nen billigen Eintrag hab ich mir jetzt ewig den Kopf zerbrochen... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44d.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_up"
      title=":+1:"
      alt="👍"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1137125</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1137125</guid><dc:creator><![CDATA[Fitzelle]]></dc:creator><pubDate>Thu, 14 Sep 2006 09:40:15 GMT</pubDate></item><item><title><![CDATA[Reply to Listbox auslesen, aber wie?? on Thu, 14 Sep 2006 10:48:45 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=1" rel="nofollow">MFC (Visual C++)</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1137185</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1137185</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Thu, 14 Sep 2006 10:48:45 GMT</pubDate></item></channel></rss>