<?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[hab ein paar fragen]]></title><description><![CDATA[<p>hi,<br />
Ich hab gerade neu angefangen mit dem proggen.<br />
Ich hab 2 fragen :<br />
1. Wie öffne ich z.B. eine about box, also ich meine ich hab jetzt Form1 (hauptprogramm) und Form2 (about box) wie starte ich die ??? ich habs mal ausprobiert mit</p>
<pre><code>Show.Form2();
</code></pre>
<p>das hat aber nicht geklapt.</p>
<p>2. Wie starte ich programme über ein Button ohne das sich das projekt schliesst?</p>
<p>Danke im voraus</p>
<p>ps: Ich benuntzte Borland 6 Evaluation</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/95404/hab-ein-paar-fragen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 15:42:11 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/95404.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 19 Dec 2004 12:31:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to hab ein paar fragen on Sun, 19 Dec 2004 12:33:19 GMT]]></title><description><![CDATA[<p>hi,<br />
Ich hab gerade neu angefangen mit dem proggen.<br />
Ich hab 2 fragen :<br />
1. Wie öffne ich z.B. eine about box, also ich meine ich hab jetzt Form1 (hauptprogramm) und Form2 (about box) wie starte ich die ??? ich habs mal ausprobiert mit</p>
<pre><code>Show.Form2();
</code></pre>
<p>das hat aber nicht geklapt.</p>
<p>2. Wie starte ich programme über ein Button ohne das sich das projekt schliesst?</p>
<p>Danke im voraus</p>
<p>ps: Ich benuntzte Borland 6 Evaluation</p>
]]></description><link>https://www.c-plusplus.net/forum/post/676544</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/676544</guid><dc:creator><![CDATA[majin]]></dc:creator><pubDate>Sun, 19 Dec 2004 12:33:19 GMT</pubDate></item><item><title><![CDATA[Reply to hab ein paar fragen on Sun, 19 Dec 2004 12:40:01 GMT]]></title><description><![CDATA[<p>Hallo</p>
<blockquote>
<p>1. Wie öffne ich z.B. eine about box, also ich meine ich hab jetzt Form1 (hauptprogramm) und Form2 (about box) wie starte ich die ??? ich habs mal ausprobiert mit</p>
<pre><code class="language-cpp">Show.Form2();
</code></pre>
<p>das hat aber nicht geklapt.</p>
</blockquote>
<p>das muß heißen</p>
<pre><code class="language-cpp">Form2-&gt;Show();
...
Form2-&gt;Close();
//oder
Form2-&gt;ShowModal();
</code></pre>
<p>natürlich muß der Header von Form2 in Code von Form2 included sein.</p>
<blockquote>
<p>2. Wie starte ich programme über ein Button ohne das sich das projekt schliesst?</p>
</blockquote>
<p>Ich denke, du suchts die WinAPI-Funktion ShellExecute. Such mal in der FAQ oder im WinAPI-Forum danach</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/676557</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/676557</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sun, 19 Dec 2004 12:40:01 GMT</pubDate></item><item><title><![CDATA[Reply to hab ein paar fragen on Sun, 19 Dec 2004 13:11:33 GMT]]></title><description><![CDATA[<p>1. Arbeite das Texteditor-Tutorial in der Hilfe durch, das erspart dir (und uns) einen Haufen solcher Standardfragen.</p>
<p>2. Siehe <a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39305" rel="nofollow">FAQ</a>, unter &quot;Allgemein - externes Programm starten&quot;.</p>
<p>3. In Zukunft bitte die Faustregel beachten: ein Thema pro Thread, ein Thread pro Thema. Dann fällt es dir auch leichter, aussagekräftige Überschriften zu formulieren. Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/676595</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/676595</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sun, 19 Dec 2004 13:11:33 GMT</pubDate></item><item><title><![CDATA[Reply to hab ein paar fragen on Sun, 19 Dec 2004 13:15:55 GMT]]></title><description><![CDATA[<p>okay wenn ich jetzt</p>
<pre><code class="language-cpp">Form2-&gt;Show();
</code></pre>
<p>dann bekomm ich den fehler</p>
<pre><code>[Linker Warnung] Public symbol '_Form2' defined in both module C:\DOKUMENTE UND EINSTELLUNGEN\PHIL\EIGENE DATEIEN\BORLAND\GOHIC_MP.OBJ 
and C:\DOKUMENTE UND EINSTELLUNGEN\PHIL\EIGENE DATEIEN\BORLAND\UNIT2.OBJ
</code></pre>
<p>und mit winapi ich gaub das hast du falsch verstanden, ich meinte damit befehle wie execlp oder open, aber open klappt nicht und bei execlp schliesst der immer das projekt</p>
<p>aber trotzdem danke</p>
<p>hab aber noch ne frage <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 />
wi kann ich sachen über einen Knopf speicher also save as</p>
]]></description><link>https://www.c-plusplus.net/forum/post/676599</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/676599</guid><dc:creator><![CDATA[majin]]></dc:creator><pubDate>Sun, 19 Dec 2004 13:15:55 GMT</pubDate></item><item><title><![CDATA[Reply to hab ein paar fragen on Sun, 19 Dec 2004 14:10:45 GMT]]></title><description><![CDATA[<p>ttttthhhhhhhhhxxxxxxxxx<br />
klappt jetzt alles <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f60b.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_savoring_food"
      title=":yum:"
      alt="😋"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/676640</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/676640</guid><dc:creator><![CDATA[majin]]></dc:creator><pubDate>Sun, 19 Dec 2004 14:10:45 GMT</pubDate></item></channel></rss>