<?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[Browser öffnen]]></title><description><![CDATA[<p>Hi</p>
<p>Bin mir nicht ganz sicher ob das hier rein gehört:</p>
<p>Kann man mit C++ ein Programm schreiben, welches (z.B.) den Internet Explorer mit der Seite Google öffnet und (oben links) auf Bilder &quot;klickt&quot;?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/237744/browser-öffnen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Apr 2026 05:47:52 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/237744.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 01 Apr 2009 10:02:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Browser öffnen on Wed, 01 Apr 2009 10:02:46 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>Bin mir nicht ganz sicher ob das hier rein gehört:</p>
<p>Kann man mit C++ ein Programm schreiben, welches (z.B.) den Internet Explorer mit der Seite Google öffnet und (oben links) auf Bilder &quot;klickt&quot;?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1689191</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1689191</guid><dc:creator><![CDATA[nick443]]></dc:creator><pubDate>Wed, 01 Apr 2009 10:02:46 GMT</pubDate></item><item><title><![CDATA[Reply to Browser öffnen on Wed, 01 Apr 2009 10:05:33 GMT]]></title><description><![CDATA[<p>Mit Standard-C++ nicht.Aber mit der WinAPI.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1689193</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1689193</guid><dc:creator><![CDATA[Firefighter]]></dc:creator><pubDate>Wed, 01 Apr 2009 10:05:33 GMT</pubDate></item><item><title><![CDATA[Reply to Browser öffnen on Wed, 01 Apr 2009 10:54:49 GMT]]></title><description><![CDATA[<p>Warum auf Bilder klicken lassen? Übergib dem Browser doch gleich die URL zur Bildersuche:</p>
<pre><code class="language-cpp">system(&quot;\&quot;C:\\Programme\\Internet Explorer\\iexplore.exe\&quot; http://images.google.de&quot;);
</code></pre>
<p>Ansonsten s. Firefighter.</p>
<p>Greetz</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1689208</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1689208</guid><dc:creator><![CDATA[Vellas]]></dc:creator><pubDate>Wed, 01 Apr 2009 10:54:49 GMT</pubDate></item><item><title><![CDATA[Reply to Browser öffnen on Wed, 01 Apr 2009 11:01:21 GMT]]></title><description><![CDATA[<p>nick443 schrieb:</p>
<blockquote>
<p>Kann man mit C++ ein Programm schreiben, welches (z.B.) den Internet Explorer mit der Seite Google öffnet und (oben links) auf Bilder &quot;klickt&quot;?</p>
</blockquote>
<p>Ganz sicher nicht mit Standard C++. Aber du kannst, wenn du von IE redest, dies auf Windows über die WinAPI und ShellExecute erreichen:<br />
<a href="http://msdn.microsoft.com/en-us/library/bb762153.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb762153.aspx</a></p>
<p>Klicken muss man auch nicht. Die Bildersuche hat ihre eigene URL:<br />
<a href="http://images.google.com/" rel="nofollow">http://images.google.com/</a></p>
<p>Alles zusammengefügt:</p>
<pre><code class="language-cpp">ShellExecuteW(0, L&quot;open&quot;, L&quot;http://images.google.com/&quot;, 0, 0, SW_SHOW);
</code></pre>
<p>Dies wird den Default-Browser öffnen und die entsprechende URL anzeigen.</p>
<p>Edit:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39453.html" rel="nofollow">Wieso man system meiden sollte.</a><br />
Ich dachte ich füge den Link besser noch dazu <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>
<p>Grüssli</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1689210</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1689210</guid><dc:creator><![CDATA[Dravere]]></dc:creator><pubDate>Wed, 01 Apr 2009 11:01:21 GMT</pubDate></item><item><title><![CDATA[Reply to Browser öffnen on Wed, 01 Apr 2009 13:46:46 GMT]]></title><description><![CDATA[<p>Abgesehen davon, hat ShellExecute den Vorteil, dass durch direktes öffnen der URL ohne Angabe einer speziellen Anwendung der Default-Browser aufgerufen wird und nicht zwingend der IE.</p>
<p>Greetz</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1689298</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1689298</guid><dc:creator><![CDATA[Vellas]]></dc:creator><pubDate>Wed, 01 Apr 2009 13:46:46 GMT</pubDate></item><item><title><![CDATA[Reply to Browser öffnen on Wed, 01 Apr 2009 14:24:07 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile-var-mode-is-viewprofile-and-u-is-10455.html" rel="nofollow">evilissimo</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-15.html" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-4.html" rel="nofollow">WinAPI</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39405.html" 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/1689343</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1689343</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Wed, 01 Apr 2009 14:24:07 GMT</pubDate></item><item><title><![CDATA[Reply to Browser öffnen on Thu, 02 Apr 2009 06:06:12 GMT]]></title><description><![CDATA[<p>Vorab schonmal: Danke <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>Könnte man nun - als kleine Ergänzung - auch eine Eingabe auf (<a href="http://images.google.de" rel="nofollow">images.google.de</a>) tätigen lassen, wie z.B. &quot;Tulpe&quot;?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1689643</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1689643</guid><dc:creator><![CDATA[nick443]]></dc:creator><pubDate>Thu, 02 Apr 2009 06:06:12 GMT</pubDate></item><item><title><![CDATA[Reply to Browser öffnen on Thu, 02 Apr 2009 06:23:35 GMT]]></title><description><![CDATA[<p>Auch das ist unnötig. Du rufst die URL einfach mit Parameter auf:<br />
<a href="http://images.google.de/images?q=Tulpe" rel="nofollow">http://images.google.de/images?q=Tulpe</a><br />
Bei google wird auch auf der Web-Suche der Parameter q benutzt. Das würde schon reichen (bei google direkt, gibt es noch 2-3 Parameter, sind allerdings für die Suche nicht wirklich von Bedeutung).</p>
<p>Vielleicht solltest du dich ein wenig mit HTTP und der Übergabe von GET-Parametern vertraut machen. Man muss das System weder automatisch klicken noch tippen lassen.</p>
<p>Greetz</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1689648</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1689648</guid><dc:creator><![CDATA[Vellas]]></dc:creator><pubDate>Thu, 02 Apr 2009 06:23:35 GMT</pubDate></item><item><title><![CDATA[Reply to Browser öffnen on Fri, 03 Apr 2009 18:27:54 GMT]]></title><description><![CDATA[<blockquote>
<p>Man muss das System weder automatisch klicken noch tippen lassen.</p>
</blockquote>
<p>Hmm, das ist eigentlich schade. Ich wollte eigentlich schön flexibel sein, sodass das Programm nicht &quot;nur Bilder suchen kann&quot;, sondern sich z.B. auch bei GMX einloggn könnte(mittels Benutzername und Passwort). Gemeint ist der E-Mail-Login.</p>
<p>Ist sowas auch mit <em>ShellExecute</em> möglich <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1690575</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1690575</guid><dc:creator><![CDATA[nick443]]></dc:creator><pubDate>Fri, 03 Apr 2009 18:27:54 GMT</pubDate></item></channel></rss>