<?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[Fragen zu ShellExecute]]></title><description><![CDATA[<p>Also ich habe ein Paar Fragen zu ShellExecute:</p>
<p>-Ich starte eine Anwendung wie folgt:</p>
<pre><code>ShellExecute(NULL,TEXT(&quot;open&quot;),TEXT(&quot;C:\\Test.exe&quot;),NULL,NULL,SW_SHOWNORMAL);
</code></pre>
<p>So wie kann ich es jetzt so machen das das aufgerufene Konsolen Fenster &quot;unsichtbar&quot; ist?</p>
<p>-Wie kann ich Parameter übergeben?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/177981/fragen-zu-shellexecute</link><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Jul 2026 09:15:37 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/177981.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 06 Apr 2007 01:34:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fragen zu ShellExecute on Fri, 06 Apr 2007 01:34:22 GMT]]></title><description><![CDATA[<p>Also ich habe ein Paar Fragen zu ShellExecute:</p>
<p>-Ich starte eine Anwendung wie folgt:</p>
<pre><code>ShellExecute(NULL,TEXT(&quot;open&quot;),TEXT(&quot;C:\\Test.exe&quot;),NULL,NULL,SW_SHOWNORMAL);
</code></pre>
<p>So wie kann ich es jetzt so machen das das aufgerufene Konsolen Fenster &quot;unsichtbar&quot; ist?</p>
<p>-Wie kann ich Parameter übergeben?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1260447</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1260447</guid><dc:creator><![CDATA[KeCes]]></dc:creator><pubDate>Fri, 06 Apr 2007 01:34:22 GMT</pubDate></item><item><title><![CDATA[Reply to Fragen zu ShellExecute on Fri, 06 Apr 2007 05:52:27 GMT]]></title><description><![CDATA[<p><a href="https://www.google.de/search?&amp;q=site%3Amsdn.microsoft.com%20ShellExecute" rel="nofollow">Google: site:msdn.microsoft.com ShellExecute</a> schau dir mal an was es neben SW_SHOWNORMAL noch gibt</p>
<p>TEXT(&quot;C:\\Test.exe parameter&quot;)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1260458</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1260458</guid><dc:creator><![CDATA[yüpsilon]]></dc:creator><pubDate>Fri, 06 Apr 2007 05:52:27 GMT</pubDate></item><item><title><![CDATA[Reply to Fragen zu ShellExecute on Sun, 08 Apr 2007 18:46:19 GMT]]></title><description><![CDATA[<p>yüpsilon schrieb:</p>
<blockquote>
<p>TEXT(&quot;C:\\Test.exe parameter&quot;)</p>
</blockquote>
<p>Nop, so nicht. Dafür gibt es einen eigenen Parameter (siehe <em>LPCTSTR lpParameters</em>).<br />
<img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/27a1.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--right_arrow"
      title=":arrow_right:"
      alt="➡"
    /> <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shellexecute.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shellexecute.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1261850</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1261850</guid><dc:creator><![CDATA[CodeFinder]]></dc:creator><pubDate>Sun, 08 Apr 2007 18:46:19 GMT</pubDate></item><item><title><![CDATA[Reply to Fragen zu ShellExecute on Sun, 08 Apr 2007 20:03:50 GMT]]></title><description><![CDATA[<p>Hat aber AFAIK keinen Vorteil.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1261911</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1261911</guid><dc:creator><![CDATA[vcbgfhggf]]></dc:creator><pubDate>Sun, 08 Apr 2007 20:03:50 GMT</pubDate></item><item><title><![CDATA[Reply to Fragen zu ShellExecute on Thu, 14 Jun 2007 15:21:53 GMT]]></title><description><![CDATA[<p>wenn ich die shellapi.h include kommen bei mir 153 fehler oO</p>
<p>arbeite mit visual 2005 prof ed v8 in ner c++ windows forms anwendung.</p>
<p>hat einer ne ahnung woran das liegen könnte?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1305797</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1305797</guid><dc:creator><![CDATA[DarkMo]]></dc:creator><pubDate>Thu, 14 Jun 2007 15:21:53 GMT</pubDate></item><item><title><![CDATA[Reply to Fragen zu ShellExecute on Thu, 14 Jun 2007 16:27:34 GMT]]></title><description><![CDATA[<p>nicht vergessen die passende libery für</p>
<pre><code>[cpp]#include &lt;shellapi.h&gt;[/cpp]
</code></pre>
<pre><code>[cpp]#pragma comment(lib,&quot;shell32.lib&quot;)[/cpp]
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1305861</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1305861</guid><dc:creator><![CDATA[Ascharan]]></dc:creator><pubDate>Thu, 14 Jun 2007 16:27:34 GMT</pubDate></item><item><title><![CDATA[Reply to Fragen zu ShellExecute on Thu, 14 Jun 2007 16:34:18 GMT]]></title><description><![CDATA[<p>hab das bei projekteigenschften dem linker schon angegeben wie ichs aus paar anderen projekten kenne. jetz nochmal so reingefriemelt wie du meintest... das selbe prob <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1305872</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1305872</guid><dc:creator><![CDATA[DarkMo]]></dc:creator><pubDate>Thu, 14 Jun 2007 16:34:18 GMT</pubDate></item><item><title><![CDATA[Reply to Fragen zu ShellExecute on Thu, 14 Jun 2007 20:10:49 GMT]]></title><description><![CDATA[<p>Poste mal die Fehlermeldungen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1306045</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1306045</guid><dc:creator><![CDATA[CodeFinder]]></dc:creator><pubDate>Thu, 14 Jun 2007 20:10:49 GMT</pubDate></item></channel></rss>