<?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[InternetExplorer oder Firefox Starten]]></title><description><![CDATA[<p>Ich versuche schon seit mehreren Stunden herauszubekommen wie man aus c++ aus bei Knopfdruck ein Programm starten kann.</p>
<p>Kann mir da einer den Befehl dazu sagen? Ich habe in den Foren rumgesucht aber entweder verstehe ich vieles einfach nicht oder es wird nirgends darüber gesprochen.</p>
<p>Thanks</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/182578/internetexplorer-oder-firefox-starten</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 22:52:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/182578.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 26 May 2007 20:49:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to InternetExplorer oder Firefox Starten on Sat, 26 May 2007 20:50:06 GMT]]></title><description><![CDATA[<p>Ich versuche schon seit mehreren Stunden herauszubekommen wie man aus c++ aus bei Knopfdruck ein Programm starten kann.</p>
<p>Kann mir da einer den Befehl dazu sagen? Ich habe in den Foren rumgesucht aber entweder verstehe ich vieles einfach nicht oder es wird nirgends darüber gesprochen.</p>
<p>Thanks</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1292857</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1292857</guid><dc:creator><![CDATA[mola-4-speed]]></dc:creator><pubDate>Sat, 26 May 2007 20:50:06 GMT</pubDate></item><item><title><![CDATA[Reply to InternetExplorer oder Firefox Starten on Sat, 26 May 2007 21:02:07 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Ein Blick in die FAq hier im BCB-Forum hätte gereicht, Stichpunkte <em>Standardbrowser</em> bzw. <em>externes Programm</em></p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1292864</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1292864</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sat, 26 May 2007 21:02:07 GMT</pubDate></item><item><title><![CDATA[Reply to InternetExplorer oder Firefox Starten on Sat, 26 May 2007 21:28:53 GMT]]></title><description><![CDATA[<p>ich muss ganz ehrlich sagen, dass ich das nicht verstehe... Gibt es nicht etwas viel einfacheres.</p>
<p>So wie:</p>
<pre><code>void __fastcall TForm1::Button1Click(TObject *Sender)
{
RunApplication(&quot;C:\\Programme\\Mozilla Firefox\\firefox.exe&quot;);
}
</code></pre>
<p>Ich will nur auf einen Knopf drücken und es startet firefox...</p>
<p>Ich bin ein echter Anfänger... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
<p>Thanks</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1292882</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1292882</guid><dc:creator><![CDATA[mola-4-speed]]></dc:creator><pubDate>Sat, 26 May 2007 21:28:53 GMT</pubDate></item><item><title><![CDATA[Reply to InternetExplorer oder Firefox Starten on Sat, 26 May 2007 21:36:04 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
<pre><code class="language-cpp">AnsiString App = &quot;C:\\Programme\\Mozilla Firefox\\firefox.exe&quot;;
ShellExecute(0, &quot;open&quot;, App.c_str(), 0, 0, SW_SHOWNORMAL)
AnsiString Url = &quot;www.google.de&quot;;
ShellExecute(0, &quot;open&quot;, Url.c_str(), 0, 0, SW_SHOWNORMAL)
</code></pre>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1292888</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1292888</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sat, 26 May 2007 21:36:04 GMT</pubDate></item><item><title><![CDATA[Reply to InternetExplorer oder Firefox Starten on Sat, 26 May 2007 22:52:29 GMT]]></title><description><![CDATA[<p>Akari, ich bedanke mich vielmals für deine Hilfe...</p>
<p>Danke!!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1292913</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1292913</guid><dc:creator><![CDATA[mola-4-speed]]></dc:creator><pubDate>Sat, 26 May 2007 22:52:29 GMT</pubDate></item></channel></rss>