<?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[IExplorer öffnen mit programmierter exe]]></title><description><![CDATA[<p>Hallo zusammen.<br />
Ich bin neu hier und auch ziemlich neu was das Programmieren angeht.<br />
Befasse mich damit seit 2 Tagen.<br />
Nun habe ich eine brennende Frage die ich mir auch nach mehreren Stunden suchen nicht beantworten konnte.</p>
<p>Wie erstelle ich eine exe die mir den Internet Explorer öffnet?<br />
Und dann vielleicht noch mit einer Wunschseite?<br />
Alles was ich gefunden habe waren Erklärungen aus denne ich nicht schlau geworden bin. Was ich aber suche ist ein fertiger Quellcode. Wie gesagt bin noch Anfänger und stehe noch am Anfang.<br />
Alles was ich kannn ist grade mal das &quot;Hello World&quot; Programm.</p>
<p>Vielleicht kennt ihr auch ein gutes Online Tutorial für C.</p>
<p>Danke schonmal im Voraus</p>
<p>Schöne Grüße<br />
Remus</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/153608/iexplorer-öffnen-mit-programmierter-exe</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Jul 2026 09:36:36 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/153608.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Jul 2006 00:07:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 00:07:11 GMT]]></title><description><![CDATA[<p>Hallo zusammen.<br />
Ich bin neu hier und auch ziemlich neu was das Programmieren angeht.<br />
Befasse mich damit seit 2 Tagen.<br />
Nun habe ich eine brennende Frage die ich mir auch nach mehreren Stunden suchen nicht beantworten konnte.</p>
<p>Wie erstelle ich eine exe die mir den Internet Explorer öffnet?<br />
Und dann vielleicht noch mit einer Wunschseite?<br />
Alles was ich gefunden habe waren Erklärungen aus denne ich nicht schlau geworden bin. Was ich aber suche ist ein fertiger Quellcode. Wie gesagt bin noch Anfänger und stehe noch am Anfang.<br />
Alles was ich kannn ist grade mal das &quot;Hello World&quot; Programm.</p>
<p>Vielleicht kennt ihr auch ein gutes Online Tutorial für C.</p>
<p>Danke schonmal im Voraus</p>
<p>Schöne Grüße<br />
Remus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100115</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100115</guid><dc:creator><![CDATA[Remus]]></dc:creator><pubDate>Wed, 19 Jul 2006 00:07:11 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 04:42:42 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">system( &quot;http://www.google.de/&quot; );
</code></pre>
<p>öffnet die Seite im Standardbrowser und</p>
<pre><code class="language-cpp">system( &quot;iexplorer.exe http://www.google.de/&quot; );
</code></pre>
<p>sollte dazu den Internet Explorer verwenden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100126</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100126</guid><dc:creator><![CDATA[Herrmann]]></dc:creator><pubDate>Wed, 19 Jul 2006 04:42:42 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 10:03:37 GMT]]></title><description><![CDATA[<p>Bei mir sieht das ganze so aus.</p>
<pre><code class="language-cpp">#include &lt;stdio.h&gt;;

int main (void)
{
system( &quot;iexplorer.exe http://www.google.de/&quot; );
getchar ();
return 0;
}
</code></pre>
<p>Nur leider funktioniert das nicht so richtig. Öffnet ein DOS Fenster und meldet das, die iexplorer.exe entweder falsch gecshrieben oder nicht gefunden wurde.</p>
<p>Wie gesagt bin totaler Anfänger.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100270</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100270</guid><dc:creator><![CDATA[Remus]]></dc:creator><pubDate>Wed, 19 Jul 2006 10:03:37 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 10:13:50 GMT]]></title><description><![CDATA[<p>Auch als totaler Anfänger sollte man wissen was eine .exe ist (jedenfalls wenn man unter Windows arbeitet). Wer weiss, vielleicht ist ja iexplore<strong>r</strong>.exe wirklich einfach nur falsch geschrieben? Aber das kannst Du doch sicher auch selbst in Erfahrung bringen oder? Wenn nicht, sollte dem Programmieren evtl. noch etwas Grundwissen zur Rechnerbedienung vorangestellt werden <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/1100273</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100273</guid><dc:creator><![CDATA[LordJaxom]]></dc:creator><pubDate>Wed, 19 Jul 2006 10:13:50 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 17:56:43 GMT]]></title><description><![CDATA[<p>Ups das mit dem IExplore.exe hab ich net gewusst. Steht ja sonst auch immer überall Internet Explore<strong>r</strong>.<br />
Hab einfach nicht drauf geachtet, weil ich mir so sicher war.</p>
<p>Aber trotz dieser Änderung funktioniert das nicht. Was ist den noch falsch?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100571</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100571</guid><dc:creator><![CDATA[Remus]]></dc:creator><pubDate>Wed, 19 Jul 2006 17:56:43 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 18:16:58 GMT]]></title><description><![CDATA[<p>Wow irgendwie geil was man mit der system-funktion so anstellen kann und das auch noch so einfach.</p>
<p>Gibts ne Sammlung/Liste mit Funktionen/Möglichkeiten für system () ?</p>
<p>Wär super, thx</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100582</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100582</guid><dc:creator><![CDATA[muhi89]]></dc:creator><pubDate>Wed, 19 Jul 2006 18:16:58 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 18:30:49 GMT]]></title><description><![CDATA[<p>Remus schrieb:</p>
<blockquote>
<p>Ups das mit dem IExplore.exe hab ich net gewusst. Steht ja sonst auch immer überall Internet Explore<strong>r</strong>.<br />
Hab einfach nicht drauf geachtet, weil ich mir so sicher war.</p>
<p>Aber trotz dieser Änderung funktioniert das nicht. Was ist den noch falsch?</p>
</blockquote>
<p>Vollständiger Pfad</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100591</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100591</guid><dc:creator><![CDATA[ein ungültiges Sonderzeic]]></dc:creator><pubDate>Wed, 19 Jul 2006 18:30:49 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 19:11:55 GMT]]></title><description><![CDATA[<p>Hab das auch mal versucht. Klappt bei mir aber auch nicht.<br />
so:</p>
<pre><code>#include &lt;stdio.h&gt;
#include &lt;stdlib.h&gt;

int main (void)
{
system(&quot;C:\\Programme\\Internet Explorer\\iexplore.exe&quot;);
getchar ();
return 0;
}
</code></pre>
<p>oder mit einer Verknüpfung</p>
<pre><code>#include &lt;stdio.h&gt;
#include &lt;stdlib.h&gt;

int main (void)
{
system(&quot;iexplore.exe&quot;);
getchar ();
return 0;
}
</code></pre>
<p>Beidemale sagt mir das Programm das ich weder was falsch geschrieben habe oder das es nicht das richtige ist.<br />
Ist das hier vielleicht Compiler abhängig oder OS. Was benutzt ihr denn so??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100609</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100609</guid><dc:creator><![CDATA[Frido1982]]></dc:creator><pubDate>Wed, 19 Jul 2006 19:11:55 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 19:15:32 GMT]]></title><description><![CDATA[<pre><code>#include &lt;stdio.h&gt;
#include &lt;stdlib.h&gt;

int main (void)
{
system(&quot;\&quot;C:\\Programme\\Internet Explorer\\iexplore.exe\&quot; h[b][/b]ttp://www.google.de&quot;);
getchar ();
return 0;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1100613</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100613</guid><dc:creator><![CDATA[Mach ma so]]></dc:creator><pubDate>Wed, 19 Jul 2006 19:15:32 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 19:29:10 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/4921">@Mod</a> kannst mal diesen *** Diebeslink aus der Sig von Frido1982 entfernen? Ich find grad keine Pm funktion?!<br />
Ist die phpBB ersion hier echt von 2002? Würde ja sonst (c) 2006 stehen...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100619</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100619</guid><dc:creator><![CDATA[Diamond]]></dc:creator><pubDate>Wed, 19 Jul 2006 19:29:10 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 19:31:19 GMT]]></title><description><![CDATA[<p>Wenn du den Standardbrowser benutzen willst benutze doch lieber folgenden Befehl:</p>
<pre><code class="language-cpp">system (&quot;rundll32 url.dll,FileProtocolHandler http://www.google.de&quot;);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1100621</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100621</guid><dc:creator><![CDATA[vorschlag]]></dc:creator><pubDate>Wed, 19 Jul 2006 19:31:19 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 20:09:13 GMT]]></title><description><![CDATA[<p>@Frido1989: ps. wennde das mit ner verknuepfung machst is das keine .exe mehr <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /><br />
das is dan eine &quot;.lnk&quot; außerdem bei der verknuepfung aufn richtigen namen achten <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61b.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_tongue"
      title=":P"
      alt="😛"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100629</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100629</guid><dc:creator><![CDATA[Obvillian]]></dc:creator><pubDate>Wed, 19 Jul 2006 20:09:13 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 20:59:01 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=13512" rel="nofollow">c.rackwitz</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=10" rel="nofollow">ANSI C</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=4" rel="nofollow">WinAPI</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100650</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100650</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Wed, 19 Jul 2006 20:59:01 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 21:15:39 GMT]]></title><description><![CDATA[<p>Da dieser Post jetzt bei WinAPI ist, würde ich das so lösen:</p>
<pre><code class="language-cpp">#include windows.h
#include shellapi.h

int main (void)
{ 
ShellExecute(NULL,&quot;open&quot;,&quot;http://www.google.de&quot;,NULL,NULL,1);
return 0;
}
</code></pre>
<p>So, ich glaube da muss dann auch noch die &quot;Shell32.lib&quot; beim Linker angegeben werden und dem Compiler gesagt, dass es nun Windows-Programm ist.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100659</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100659</guid><dc:creator><![CDATA[-=Chris=-]]></dc:creator><pubDate>Wed, 19 Jul 2006 21:15:39 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 22:00:44 GMT]]></title><description><![CDATA[<p>@ -=Chris=- :</p>
<p>Das öffnet die URL aber im Standard-Browser, ist dies nicht der Internet Explorer, führt dies nicht zum erwünschten Ergebnis.</p>
<p>So gehts richtig:</p>
<pre><code class="language-cpp">ShellExecute(NULL, TEXT(&quot;open&quot;), TEXT(&quot;C:\\Programme\\Internet Explorer\\iexplore.exe&quot;), TEXT(&quot;http://www.google.de&quot;), NULL, SW_SHOW);
</code></pre>
<p>Der 4 Parameter legt die die Command-Line für das Programm, welches im 3 Parameter festgelegt, eben hier der Internet Explorer.</p>
<p>Nochwas:<br />
Wenn WIN32_LEAN_AND_MEAN nicht definiert wurde, ist ein</p>
<pre><code class="language-cpp">#include &lt;Windows.h&gt;
</code></pre>
<p>ausreichend.<br />
Ein</p>
<pre><code class="language-cpp">#include &lt;ShellApi.h&gt;
</code></pre>
<p>ist nicht mehr nötig.</p>
<p>Hoffe das war hiflreich <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/1100679</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100679</guid><dc:creator><![CDATA[CodeFinder]]></dc:creator><pubDate>Wed, 19 Jul 2006 22:00:44 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Wed, 19 Jul 2006 22:04:11 GMT]]></title><description><![CDATA[<p>Hier nochmal das 'komplette' Programm:</p>
<pre><code class="language-cpp">#include &lt;Windows.h&gt;

int main()
{
	ShellExecute
		(
		  NULL,
		  TEXT(&quot;open&quot;),
		  TEXT(&quot;C:\\Programme\\Internet Explorer\\iexplore.exe&quot;),
		  TEXT(&quot;http://www.google.de&quot;),
		  NULL,
		  SW_SHOW
		);
	return (0);
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1100682</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100682</guid><dc:creator><![CDATA[CodeFinder]]></dc:creator><pubDate>Wed, 19 Jul 2006 22:04:11 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Thu, 20 Jul 2006 00:27:31 GMT]]></title><description><![CDATA[<p>Das setzt aber voraus, dass iexplore.exe immer im Programme-Ordner ist. Das ist z.B. alleine bei englischen Windows-Versionen nicht der Fall. Der Pfad steht in<br />
HKEY_CLASSES_ROOT/Applications/iexplore.exe/shell/open/command<br />
oder<br />
HKEY_CLASSES_ROOT/{0002DF01-0000-0000-C000-000000000046}/LocalServer32<br />
oder (wie ich finde am besten)<br />
HKEY_LOCAL_MACHINE/Software/Clients/StartMenuInternet/IEXPLORE.EXE/shell/open/command<br />
oder (auch gut)<br />
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/App Paths/IEXPLORE.EXE</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100704</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100704</guid><dc:creator><![CDATA[WebFritzi]]></dc:creator><pubDate>Thu, 20 Jul 2006 00:27:31 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Thu, 20 Jul 2006 06:31:35 GMT]]></title><description><![CDATA[<blockquote>
<p>@ -=Chris=- :</p>
<p>Das öffnet die URL aber im Standard-Browser, ist dies nicht der Internet Explorer, führt dies nicht zum erwünschten Ergebnis.</p>
<p>So gehts richtig:</p>
<pre><code class="language-cpp">ShellExecute(NULL, TEXT(&quot;open&quot;), 
                   TEXT(&quot;C:\\Programme\\Internet Explorer\\iexplore.exe&quot;), 
                   TEXT(&quot;http://www.google.de&quot;), NULL, SW_SHOW);
</code></pre>
</blockquote>
<p>Das stimmt AUCH, aber wenn das mit dem Standard-Browser geschehen soll, dann reicht mein Beispiel eigentlich aus. Jedenfalls hab ich das schon getestet,<br />
mehfach.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1100747</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100747</guid><dc:creator><![CDATA[-=Chris=-]]></dc:creator><pubDate>Thu, 20 Jul 2006 06:31:35 GMT</pubDate></item><item><title><![CDATA[Reply to IExplorer öffnen mit programmierter exe on Thu, 20 Jul 2006 06:33:16 GMT]]></title><description><![CDATA[<p>Doh!</p>
<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/12048">@CodeFinder</a></p>
<p>Tut mir Leid, hab zu schnell gelesen :S</p>
<p>Da stehts ja gleich am Anfang deines Postings. Sorry <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/1100749</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1100749</guid><dc:creator><![CDATA[-=Chris=-]]></dc:creator><pubDate>Thu, 20 Jul 2006 06:33:16 GMT</pubDate></item></channel></rss>