<?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[Directory Listbox Pfad speichern]]></title><description><![CDATA[<p>Guten morghen.</p>
<p>Ichhab eine Directory listbox in der ein Speicherpfad ausgewählt werden soll. Verändert man am standardpfad nichts, funktioniert das speichern des pfades sehr gut. wählt man aber ein anderes Verzeichnis aus, dann passiert gar nichts mehr. und das obwohl der debugger zeigt, dass sich der pfad im strign verändert hat.</p>
<p>Hier mal der verkürzte code:</p>
<pre><code>String pfad;
      TStringList *ausg2 = new TStringList();
      //pfad = this-&gt;DirectoryListBox1-&gt;Directory;
      pfad = DirectoryListBox1-&gt;GetItemPath(DirectoryListBox1-&gt;ItemIndex);
      ausg2-&gt;Add(pfad);
      ausg2-&gt;SaveToFile(&quot;config3.las&quot;);
      delete ausg2;
</code></pre>
<p>mfg<br />
Raimond</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/148299/directory-listbox-pfad-speichern</link><generator>RSS for Node</generator><lastBuildDate>Thu, 06 Aug 2026 15:51:24 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/148299.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 May 2006 11:49:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Directory Listbox Pfad speichern on Thu, 25 May 2006 11:49:16 GMT]]></title><description><![CDATA[<p>Guten morghen.</p>
<p>Ichhab eine Directory listbox in der ein Speicherpfad ausgewählt werden soll. Verändert man am standardpfad nichts, funktioniert das speichern des pfades sehr gut. wählt man aber ein anderes Verzeichnis aus, dann passiert gar nichts mehr. und das obwohl der debugger zeigt, dass sich der pfad im strign verändert hat.</p>
<p>Hier mal der verkürzte code:</p>
<pre><code>String pfad;
      TStringList *ausg2 = new TStringList();
      //pfad = this-&gt;DirectoryListBox1-&gt;Directory;
      pfad = DirectoryListBox1-&gt;GetItemPath(DirectoryListBox1-&gt;ItemIndex);
      ausg2-&gt;Add(pfad);
      ausg2-&gt;SaveToFile(&quot;config3.las&quot;);
      delete ausg2;
</code></pre>
<p>mfg<br />
Raimond</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1064836</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1064836</guid><dc:creator><![CDATA[raimond]]></dc:creator><pubDate>Thu, 25 May 2006 11:49:16 GMT</pubDate></item><item><title><![CDATA[Reply to Directory Listbox Pfad speichern on Thu, 25 May 2006 11:59:13 GMT]]></title><description><![CDATA[<p>Hast du mal DirectoryListBox1-&gt;ItemIndex geprüft, was für einen Wert dieser hat?</p>
<p>SelectDirectory (AnsiString &amp; Directory, TSelectDirOpts Options, int HelpCtx);</p>
<p>kennst du?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1064841</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1064841</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Thu, 25 May 2006 11:59:13 GMT</pubDate></item><item><title><![CDATA[Reply to Directory Listbox Pfad speichern on Thu, 25 May 2006 12:03:47 GMT]]></title><description><![CDATA[<p>ItemIndex bringt die zeilennummer gezählt ab dem ersten eintrag.</p>
<p>den anderen Befehl kennt die box nicht... kann das am BCB 5 liegen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1064844</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1064844</guid><dc:creator><![CDATA[raimond]]></dc:creator><pubDate>Thu, 25 May 2006 12:03:47 GMT</pubDate></item><item><title><![CDATA[Reply to Directory Listbox Pfad speichern on Thu, 25 May 2006 12:42:04 GMT]]></title><description><![CDATA[<p>Siehe <a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39305" rel="nofollow">FAQ</a> im Abschnitt &quot;Dialoge&quot;.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1064862</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1064862</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Thu, 25 May 2006 12:42:04 GMT</pubDate></item></channel></rss>