<?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[Firefox versteckt ausführen]]></title><description><![CDATA[<p>Hallo,<br />
Ich kann komischer weise den Firefox-browser nicht versteckt ausführen:</p>
<pre><code>#include &lt;windows.h&gt;
#include &lt;shellapi.h&gt;

int main(int argc,char* argv[])
{
    //Firefox ist bei mir der Standard Browser
    ShellExecute(NULL,&quot;open&quot;,&quot;www.google.de&quot;,NULL,NULL,SW_HIDE);

    return 0;
}
</code></pre>
<p>Ich würde mal sagen das es daran liegt das Firefox in Java Programmiert ist (ist es doch?) und desswegen nicht auf Windows befehle reagiert.<br />
Gibt es noch andere möglichkeiten Firefox versteckt ausführen zu lassen?</p>
<p>thx, n!x</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/120688/firefox-versteckt-ausführen</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Jul 2026 11:01:28 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/120688.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 15 Sep 2005 13:44:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Firefox versteckt ausführen on Thu, 15 Sep 2005 13:44:03 GMT]]></title><description><![CDATA[<p>Hallo,<br />
Ich kann komischer weise den Firefox-browser nicht versteckt ausführen:</p>
<pre><code>#include &lt;windows.h&gt;
#include &lt;shellapi.h&gt;

int main(int argc,char* argv[])
{
    //Firefox ist bei mir der Standard Browser
    ShellExecute(NULL,&quot;open&quot;,&quot;www.google.de&quot;,NULL,NULL,SW_HIDE);

    return 0;
}
</code></pre>
<p>Ich würde mal sagen das es daran liegt das Firefox in Java Programmiert ist (ist es doch?) und desswegen nicht auf Windows befehle reagiert.<br />
Gibt es noch andere möglichkeiten Firefox versteckt ausführen zu lassen?</p>
<p>thx, n!x</p>
]]></description><link>https://www.c-plusplus.net/forum/post/872880</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/872880</guid><dc:creator><![CDATA[n!x]]></dc:creator><pubDate>Thu, 15 Sep 2005 13:44:03 GMT</pubDate></item><item><title><![CDATA[Reply to Firefox versteckt ausführen on Thu, 15 Sep 2005 13:47:31 GMT]]></title><description><![CDATA[<p>n!x schrieb:</p>
<blockquote>
<p>Ich würde mal sagen das es daran liegt das Firefox in Java Programmiert ist</p>
</blockquote>
<p>komisch das der feuer fux bei mir und VM läuft <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/872883</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/872883</guid><dc:creator><![CDATA[Vertexwahn]]></dc:creator><pubDate>Thu, 15 Sep 2005 13:47:31 GMT</pubDate></item><item><title><![CDATA[Reply to Firefox versteckt ausführen on Thu, 15 Sep 2005 13:48:19 GMT]]></title><description><![CDATA[<p>ich glaube das HIDE ist nur eine empfehlung an die Anwendung - die Anwendung kann darauf reagieren oder es einfach lassen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/872884</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/872884</guid><dc:creator><![CDATA[Vertexwahn]]></dc:creator><pubDate>Thu, 15 Sep 2005 13:48:19 GMT</pubDate></item><item><title><![CDATA[Reply to Firefox versteckt ausführen on Thu, 15 Sep 2005 13:53:45 GMT]]></title><description><![CDATA[<p>Vertexwahn schrieb:</p>
<blockquote>
<p>ich glaube das HIDE ist nur eine empfehlung an die Anwendung - die Anwendung kann darauf reagieren oder es einfach lassen</p>
</blockquote>
<p>Genau, es betrifft nämlich nur den &quot;nCmdShow&quot; Parameter an die WinMain() Prozedur. Da FireFox ein riesen Framework verwendet, kann's gut sein, daß der verschütt geht.</p>
<p>@n!x: Firefox ist ein C++ Programm.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/872889</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/872889</guid><dc:creator><![CDATA[Power Off]]></dc:creator><pubDate>Thu, 15 Sep 2005 13:53:45 GMT</pubDate></item></channel></rss>