<?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[externe Programme öffnen]]></title><description><![CDATA[<p>Hallo,<br />
ich würde gerne mit einem C++ Programm eine exteren Excel Datei in Excel aufrufen, hat jemand eine Idee wie ich das anstellen kann?</p>
<p>Viele Grüß, Michael</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/65652/externe-programme-öffnen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 05 Jun 2026 14:28:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/65652.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 Feb 2004 18:25:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to externe Programme öffnen on Fri, 20 Feb 2004 18:25:58 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ich würde gerne mit einem C++ Programm eine exteren Excel Datei in Excel aufrufen, hat jemand eine Idee wie ich das anstellen kann?</p>
<p>Viele Grüß, Michael</p>
]]></description><link>https://www.c-plusplus.net/forum/post/464264</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/464264</guid><dc:creator><![CDATA[garby]]></dc:creator><pubDate>Fri, 20 Feb 2004 18:25:58 GMT</pubDate></item><item><title><![CDATA[Reply to externe Programme öffnen on Fri, 20 Feb 2004 19:31:11 GMT]]></title><description><![CDATA[<p>ShellExecute</p>
<p>öffnet dateien in ihren zugeordneten programmen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/464292</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/464292</guid><dc:creator><![CDATA[Sovok]]></dc:creator><pubDate>Fri, 20 Feb 2004 19:31:11 GMT</pubDate></item><item><title><![CDATA[Reply to externe Programme öffnen on Sat, 21 Feb 2004 17:01:22 GMT]]></title><description><![CDATA[<p>Cool! Danke!</p>
<p>Wen es interessiert, die komplette Syntax ist:</p>
<pre><code class="language-cpp">ShellExecute(0, &quot;open&quot;, &quot;log.csv&quot;, 0, 0, SW_MAXIMIZE);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/464743</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/464743</guid><dc:creator><![CDATA[garby]]></dc:creator><pubDate>Sat, 21 Feb 2004 17:01:22 GMT</pubDate></item></channel></rss>