<?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[IE-per ShellExecute in neuen Fenster öffnen]]></title><description><![CDATA[<p>Hi,</p>
<p>geht das?<br />
Ich habs immer so gemacht:</p>
<pre><code class="language-cpp">AnsiString URL =&quot;http://www.adresse.de&quot;;
ShellExecuteA(Handle,&quot;open&quot;,URL.c_str(),NULL,NULL,SW_SHOWDEFAULT);
</code></pre>
<p>Hat auch immer ausgereicht ... nur jetzt regen sich manche auf, dass der Aufruf vorhandene IE-Fenster ersetzt anstatt ein neues zu öffnen.</p>
<p>gibts da ne Möglichkeit?</p>
<p>danke<br />
MIkEL</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/75366/ie-per-shellexecute-in-neuen-fenster-öffnen</link><generator>RSS for Node</generator><lastBuildDate>Sun, 28 Jun 2026 17:20:46 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/75366.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 30 May 2004 21:18:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to IE-per ShellExecute in neuen Fenster öffnen on Sun, 30 May 2004 21:18:56 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>geht das?<br />
Ich habs immer so gemacht:</p>
<pre><code class="language-cpp">AnsiString URL =&quot;http://www.adresse.de&quot;;
ShellExecuteA(Handle,&quot;open&quot;,URL.c_str(),NULL,NULL,SW_SHOWDEFAULT);
</code></pre>
<p>Hat auch immer ausgereicht ... nur jetzt regen sich manche auf, dass der Aufruf vorhandene IE-Fenster ersetzt anstatt ein neues zu öffnen.</p>
<p>gibts da ne Möglichkeit?</p>
<p>danke<br />
MIkEL</p>
]]></description><link>https://www.c-plusplus.net/forum/post/530012</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/530012</guid><dc:creator><![CDATA[Mikel100]]></dc:creator><pubDate>Sun, 30 May 2004 21:18:56 GMT</pubDate></item><item><title><![CDATA[Reply to IE-per ShellExecute in neuen Fenster öffnen on Sun, 30 May 2004 22:57:17 GMT]]></title><description><![CDATA[<p>Also das mache ich normalerweise so ...</p>
<pre><code>ShellExecute(0,&quot;open&quot;,&quot;C:\\Programme\\Mozilla Firefox\\firefox.exe&quot;,&quot;http://www.google.de&quot;,0,SW_SHOWNORMAL);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/530046</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/530046</guid><dc:creator><![CDATA[DonMatze]]></dc:creator><pubDate>Sun, 30 May 2004 22:57:17 GMT</pubDate></item><item><title><![CDATA[Reply to IE-per ShellExecute in neuen Fenster öffnen on Sun, 30 May 2004 22:58:33 GMT]]></title><description><![CDATA[<p>Ps.: Müsstest dann wenn du den IE bevorzugst natürlich dessen Pfad verwenden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/530047</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/530047</guid><dc:creator><![CDATA[DonMatze]]></dc:creator><pubDate>Sun, 30 May 2004 22:58:33 GMT</pubDate></item><item><title><![CDATA[Reply to IE-per ShellExecute in neuen Fenster öffnen on Tue, 01 Jun 2004 15:56:08 GMT]]></title><description><![CDATA[<p>thx for help.</p>
<p>Funktioniert super.</p>
<p>grüße<br />
Mikel</p>
]]></description><link>https://www.c-plusplus.net/forum/post/531073</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/531073</guid><dc:creator><![CDATA[Mikel100]]></dc:creator><pubDate>Tue, 01 Jun 2004 15:56:08 GMT</pubDate></item><item><title><![CDATA[Reply to IE-per ShellExecute in neuen Fenster öffnen on Wed, 02 Jun 2004 19:01:04 GMT]]></title><description><![CDATA[<p>Und man sollte natürlich die Systemverzeichnisse auslesen....<br />
Der IE liegt auf vielen PCs woanders....</p>
<p>MfG</p>
<p>Alexander Sulfrian</p>
<p>PS: Bei mir liegt der IE hier: D:\Programme\Internet Explorer</p>
]]></description><link>https://www.c-plusplus.net/forum/post/531911</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/531911</guid><dc:creator><![CDATA[Alexander Sulfrian]]></dc:creator><pubDate>Wed, 02 Jun 2004 19:01:04 GMT</pubDate></item><item><title><![CDATA[Reply to IE-per ShellExecute in neuen Fenster öffnen on Wed, 02 Jun 2004 20:44:07 GMT]]></title><description><![CDATA[<p>Alexander Sulfrian schrieb:</p>
<blockquote>
<p>Und man sollte natürlich die Systemverzeichnisse auslesen....<br />
Der IE liegt auf vielen PCs woanders....</p>
<p>MfG</p>
<p>Alexander Sulfrian</p>
<p>PS: Bei mir liegt der IE hier: D:\Programme\Internet Explorer</p>
</blockquote>
<p>Je nach Sprache des OS. Außer man änder den Pfad von dem Ordner &quot;Programme&quot; in der Registry. SOnst entweder &quot;Programme&quot; oder &quot;Program Files&quot;.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/531978</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/531978</guid><dc:creator><![CDATA[DJ BlackEagle]]></dc:creator><pubDate>Wed, 02 Jun 2004 20:44:07 GMT</pubDate></item></channel></rss>