<?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[Eintrag in FileListBox auswählen]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte z.B. die Datei an der Position 2 in einer FileListBox auswählen und den Dateinamen ausgeben.</p>
<p>Ich habe es versucht mit</p>
<pre><code>Form1-&gt;FileListBox1-&gt;ItemIndex=2;  //Datei an der Stelle j der FileList markieren/auswählen
ShowMessage(Form1-&gt;FileListBox1-&gt;FileName);
</code></pre>
<p>Dies funktioniert aber nicht!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/112350/eintrag-in-filelistbox-auswählen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 14:27:51 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/112350.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 11 Jun 2005 13:21:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Eintrag in FileListBox auswählen on Sat, 11 Jun 2005 13:21:22 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte z.B. die Datei an der Position 2 in einer FileListBox auswählen und den Dateinamen ausgeben.</p>
<p>Ich habe es versucht mit</p>
<pre><code>Form1-&gt;FileListBox1-&gt;ItemIndex=2;  //Datei an der Stelle j der FileList markieren/auswählen
ShowMessage(Form1-&gt;FileListBox1-&gt;FileName);
</code></pre>
<p>Dies funktioniert aber nicht!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/807159</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/807159</guid><dc:creator><![CDATA[williman]]></dc:creator><pubDate>Sat, 11 Jun 2005 13:21:22 GMT</pubDate></item><item><title><![CDATA[Reply to Eintrag in FileListBox auswählen on Sat, 11 Jun 2005 13:32:44 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>TFileListBox ist immer noch eine ListBox, also schaust du dort nach :</p>
<pre><code class="language-cpp">ShowMessage(FileListBox-&gt;Items-&gt;Strings[1]);
</code></pre>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/807162</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/807162</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sat, 11 Jun 2005 13:32:44 GMT</pubDate></item></channel></rss>