<?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[und noch ein paar fragen]]></title><description><![CDATA[<p>hi<br />
also ich hab in einer unit eine directorylistbo und eine filelistbox und ich will das über einen knopf in eine listview einfügen (ich hab ein subitem in der liste).<br />
von daaus wollte ich das mit einem button starten ( wollte das mit Shellexecute machen, weiss aber nicht wie man parameter da ein baut)</p>
<p>Kann mir bitte einer helfen</p>
<p>danke im voraus</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/96614/und-noch-ein-paar-fragen</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 15:15:52 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/96614.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Jan 2005 18:16:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to und noch ein paar fragen on Mon, 03 Jan 2005 18:16:59 GMT]]></title><description><![CDATA[<p>hi<br />
also ich hab in einer unit eine directorylistbo und eine filelistbox und ich will das über einen knopf in eine listview einfügen (ich hab ein subitem in der liste).<br />
von daaus wollte ich das mit einem button starten ( wollte das mit Shellexecute machen, weiss aber nicht wie man parameter da ein baut)</p>
<p>Kann mir bitte einer helfen</p>
<p>danke im voraus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/685972</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/685972</guid><dc:creator><![CDATA[majin]]></dc:creator><pubDate>Mon, 03 Jan 2005 18:16:59 GMT</pubDate></item><item><title><![CDATA[Reply to und noch ein paar fragen on Mon, 03 Jan 2005 19:26:45 GMT]]></title><description><![CDATA[<p>Zu ShellExecute findest du tausende Threads mit Beispielcode hier im Forum (Suchfunktion benutzen!).</p>
<p>Über TFileListBox::ItemIndex bzw. ::Selected bekommst du den Index des bzw. der selektierten Items. Mit diesem Index kannst du dir den zugehörigen String aus TListBox::Items::Strings holen.</p>
<p>In Zukunft bitte die Faustregel beachten: ein Thema pro Thread, ein Thread pro Thema. Dann fällt es dir auch leichter, eine aussagekräftige Überschrift zu formulieren.<br />
Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/686043</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/686043</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Mon, 03 Jan 2005 19:26:45 GMT</pubDate></item><item><title><![CDATA[Reply to und noch ein paar fragen on Mon, 03 Jan 2005 19:38:45 GMT]]></title><description><![CDATA[<p>uuups..<br />
sorry</p>
<p>trotzdem danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/686057</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/686057</guid><dc:creator><![CDATA[majin]]></dc:creator><pubDate>Mon, 03 Jan 2005 19:38:45 GMT</pubDate></item><item><title><![CDATA[Reply to und noch ein paar fragen on Mon, 03 Jan 2005 20:13:43 GMT]]></title><description><![CDATA[<p>hmmm...<br />
jetzt hab ich das dar stehen</p>
<pre><code class="language-cpp">void __fastcall TForm3::Button1Click(TObject *Sender)
{
AnsiString j = &quot;.exe&quot;;
ListView1-&gt;Columns-&gt;Dir-&gt;Add(j);
}
</code></pre>
<p>dann kommt der fehler</p>
<pre><code>'Dir' ist kein element von TListColumns
</code></pre>
<p>wenn ich stat 'Dir' '0' hinsetzte kommt der Fehler</p>
<pre><code>Element bezeichner erwartet
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/686081</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/686081</guid><dc:creator><![CDATA[majin]]></dc:creator><pubDate>Mon, 03 Jan 2005 20:13:43 GMT</pubDate></item><item><title><![CDATA[Reply to und noch ein paar fragen on Mon, 03 Jan 2005 21:06:24 GMT]]></title><description><![CDATA[<p>okay geht jetzt aber dann steht da nur .exe ich wollte aber den ganzen pfad mit .exe haben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/686147</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/686147</guid><dc:creator><![CDATA[majin]]></dc:creator><pubDate>Mon, 03 Jan 2005 21:06:24 GMT</pubDate></item><item><title><![CDATA[Reply to und noch ein paar fragen on Mon, 03 Jan 2005 22:02:30 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>naja, du must natürlich einen Pfad in j schreiben.<br />
Wenn du eine FileListBox hast, kannst du es ja soch machen</p>
<pre><code class="language-cpp">void __fastcall TForm3::Button1Click(TObject *Sender)
{
ListView1-&gt;...-&gt;Add(FileListBox1-&gt;FileName);
}
</code></pre>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/686210</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/686210</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 03 Jan 2005 22:02:30 GMT</pubDate></item><item><title><![CDATA[Reply to und noch ein paar fragen on Tue, 04 Jan 2005 12:19:39 GMT]]></title><description><![CDATA[<p>cool danke klappt<br />
und wie bekomme ich das hin das der das zu ner anderen Unit packt???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/686490</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/686490</guid><dc:creator><![CDATA[majin]]></dc:creator><pubDate>Tue, 04 Jan 2005 12:19:39 GMT</pubDate></item><item><title><![CDATA[Reply to und noch ein paar fragen on Tue, 04 Jan 2005 12:45:52 GMT]]></title><description><![CDATA[<p>majin schrieb:</p>
<blockquote>
<p>und wie bekomme ich das hin das der das zu ner anderen Unit packt???</p>
</blockquote>
<p>'Wer' soll 'was' in welche 'andere Unit' packen?</p>
<pre><code class="language-cpp">Verwirrung = Max_Verwirrung;
if (Verwirrung == Max_Verwirrung)
   ShowMessage(&quot;Frage ist unklar!\nBitte Frage neu formulieren.&quot;);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/686518</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/686518</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Tue, 04 Jan 2005 12:45:52 GMT</pubDate></item><item><title><![CDATA[Reply to und noch ein paar fragen on Tue, 04 Jan 2005 18:35:32 GMT]]></title><description><![CDATA[<p>ich meine wie ich texte in eine listview aus einer anderen form Hinzufüge</p>
]]></description><link>https://www.c-plusplus.net/forum/post/686839</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/686839</guid><dc:creator><![CDATA[majin]]></dc:creator><pubDate>Tue, 04 Jan 2005 18:35:32 GMT</pubDate></item><item><title><![CDATA[Reply to und noch ein paar fragen on Tue, 04 Jan 2005 19:00:08 GMT]]></title><description><![CDATA[<p>Siehe <a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39305" rel="nofollow">FAQ</a> unter &quot;Forms - Variablenübergabe an andere Form&quot;.</p>
<p>Und bitte o.g. Faustregel beachten!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/686863</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/686863</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Tue, 04 Jan 2005 19:00:08 GMT</pubDate></item><item><title><![CDATA[Reply to und noch ein paar fragen on Tue, 04 Jan 2005 23:51:20 GMT]]></title><description><![CDATA[<p>Oh man es klappt einfch nicht<br />
ich hab das schon tausend mal probiert</p>
<pre><code class="language-cpp">Form1-&gt;ListView1-&gt;Columns-&gt;Item[0]-&gt;Add(Edit1);
</code></pre>
<p>dann kommt der fehler</p>
<pre><code>'Item' ist kein Item von 'ListColumns'
</code></pre>
<p>was ist denn daran falsch??</p>
<p>danke im voraus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/687091</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/687091</guid><dc:creator><![CDATA[majin]]></dc:creator><pubDate>Tue, 04 Jan 2005 23:51:20 GMT</pubDate></item><item><title><![CDATA[Reply to und noch ein paar fragen on Wed, 05 Jan 2005 01:07:29 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Bei Columns handelt es sich um Spaltenköpfe :</p>
<p>Das fügt eine neue Spalte hinzu :</p>
<pre><code>TListColumn *NeuColumn;
NeuColumn          = Form1-&gt;ListView1-&gt;Columns-&gt;Add();
NeuColumn-&gt;Caption = Edit1-&gt;Text;
</code></pre>
<p>Das füllt eine vorhandene Spalte aus :</p>
<pre><code>TListColumn *TestColumn;
TestColumn          = Form1-&gt;ListView1-&gt;Column[0];
TestColumn-&gt;Caption = Edit1-&gt;Text;
</code></pre>
<p>Das fügt eine neue Zeile hinzu :</p>
<pre><code>TListItem *NeuItem;
NeuItem          = Form1-&gt;ListView1-&gt;Items-&gt;Add();
NeuItem-&gt;Caption = Edit1-&gt;Text;
NeuItem-&gt;SubItems-&gt;Add(Edit2-&gt;Text);  // Zweite Spalte
</code></pre>
<p>Das füllt eine vorhandene Zeile aus :</p>
<pre><code>TListItem *TestItem;
TestItem          = Form1-&gt;ListView1-&gt;Items-&gt;Item[0];  // Erste Zeile ... oder...
TestItem          = Form1-&gt;ListView1-&gt;Selected;        // Markierte Zeile
if (TestItem != NULL)
{
  TestItem-&gt;Caption = Edit1-&gt;Text;
  if (TestItem-&gt;SubItems-&gt;Count &gt; 0)
    TestItem-&gt;SubItems-&gt;Strings[0] = Edit2-&gt;Text;
}  // if (TestItem != NULL)
</code></pre>
<p>Bis dann denn,<br />
<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="🙂"
    /><br />
Nash</p>
]]></description><link>https://www.c-plusplus.net/forum/post/687124</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/687124</guid><dc:creator><![CDATA[Nash]]></dc:creator><pubDate>Wed, 05 Jan 2005 01:07:29 GMT</pubDate></item><item><title><![CDATA[Reply to und noch ein paar fragen on Wed, 05 Jan 2005 11:32:34 GMT]]></title><description><![CDATA[<p>Ja thx jetzt klappt alles</p>
<p>Danke an alle</p>
]]></description><link>https://www.c-plusplus.net/forum/post/687368</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/687368</guid><dc:creator><![CDATA[majin]]></dc:creator><pubDate>Wed, 05 Jan 2005 11:32:34 GMT</pubDate></item><item><title><![CDATA[Reply to und noch ein paar fragen on Fri, 07 Jan 2005 23:08:19 GMT]]></title><description><![CDATA[<p>hab nicht gefunden wo ich danach gesucht hab und ein neuen thread wollte ich auch nicht aufmachen<br />
------------------------------------------------------------------<br />
ich hab Edit1 und Button1 wie kann ich das programm mit den parametern die ich in edit1 reingeschrieben habe starten?</p>
<p>ich hab das mal so ausprobiert</p>
<pre><code class="language-cpp">'+Edit1-&gt;Text+'
</code></pre>
<p>funzt aber nicht</p>
<p>thx im voraus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/690349</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/690349</guid><dc:creator><![CDATA[majin]]></dc:creator><pubDate>Fri, 07 Jan 2005 23:08:19 GMT</pubDate></item><item><title><![CDATA[Reply to und noch ein paar fragen on Sat, 08 Jan 2005 09:06:26 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>etwas zum Umgang mit AnsiStrings :</p>
<pre><code class="language-cpp">AnsiString x;
x = Edit1-&gt;Text;
x = x + Edit2-&gt;Text;
</code></pre>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/690507</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/690507</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sat, 08 Jan 2005 09:06:26 GMT</pubDate></item><item><title><![CDATA[Reply to und noch ein paar fragen on Sat, 08 Jan 2005 09:34:19 GMT]]></title><description><![CDATA[<p>majin schrieb:</p>
<blockquote>
<p>hab nicht gefunden wo ich danach gesucht hab und ein neuen thread wollte ich auch nicht aufmachen</p>
</blockquote>
<p>Zum dritten Mal: ein Thema pro Thread, ein Thread pro Thema! Dann fällt es dir auch leicht(er), eine sinnvolle Überschrift zu formulieren.</p>
<p>Scheinbar hilft nur die harte Tour ;), deshalb mach ich hier mal zu.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/690515</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/690515</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sat, 08 Jan 2005 09:34:19 GMT</pubDate></item></channel></rss>