<?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 Browser ohne Menübar zu öffnen]]></title><description><![CDATA[<p>Weiß jemand, ob es ein Method gibt, mit deam man einen IE-Browser ohne Menübar öffnen kann?<br />
danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/79739/ie-browser-ohne-menübar-zu-öffnen</link><generator>RSS for Node</generator><lastBuildDate>Tue, 30 Jun 2026 05:49:29 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/79739.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 14 Jul 2004 09:23:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to IE Browser ohne Menübar zu öffnen on Wed, 14 Jul 2004 09:23:10 GMT]]></title><description><![CDATA[<p>Weiß jemand, ob es ein Method gibt, mit deam man einen IE-Browser ohne Menübar öffnen kann?<br />
danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/560209</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/560209</guid><dc:creator><![CDATA[fubin_22527]]></dc:creator><pubDate>Wed, 14 Jul 2004 09:23:10 GMT</pubDate></item><item><title><![CDATA[Reply to IE Browser ohne Menübar zu öffnen on Wed, 14 Jul 2004 13:41:25 GMT]]></title><description><![CDATA[<p>Ich denke mal, dass der IE dafür entsprechende Kommandozeilenparameter unterstützt. Schonmal danach gesucht?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/560497</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/560497</guid><dc:creator><![CDATA[Dasd]]></dc:creator><pubDate>Wed, 14 Jul 2004 13:41:25 GMT</pubDate></item><item><title><![CDATA[Reply to IE Browser ohne Menübar zu öffnen on Thu, 15 Jul 2004 09:51:43 GMT]]></title><description><![CDATA[<p>Mit ShellExecute kann man IE Browser öffnen. Aber ich finde keine Parameters dafür, um eine IE Browser ohne Menübar zu öffnen</p>
<pre><code>String url = &quot;http://www.c-plusplus.net&quot;; 
ShellExecute(Handle, &quot;open&quot;, url.c_str() ,NULL,NULL,SW_SHOWDEFAULT);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/561167</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/561167</guid><dc:creator><![CDATA[fubin_22527]]></dc:creator><pubDate>Thu, 15 Jul 2004 09:51:43 GMT</pubDate></item><item><title><![CDATA[Reply to IE Browser ohne Menübar zu öffnen on Thu, 15 Jul 2004 10:11:15 GMT]]></title><description><![CDATA[<p><a href="http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q178/0/58.ASP&amp;NoWebContent=1" rel="nofollow">http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q178/0/58.ASP&amp;NoWebContent=1</a></p>
<p><a href="http://msie.winware.org/pages/solutions/kurztips/desktop.htm" rel="nofollow">http://msie.winware.org/pages/solutions/kurztips/desktop.htm</a></p>
<p>Wahrscheinlich kommt der &quot;Kioskmodus&quot; deinen Vorstellungen am nächsten. Mehr konnte ich im Moment auch nicht herausfinden...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/561184</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/561184</guid><dc:creator><![CDATA[Dasd]]></dc:creator><pubDate>Thu, 15 Jul 2004 10:11:15 GMT</pubDate></item><item><title><![CDATA[Reply to IE Browser ohne Menübar zu öffnen on Thu, 15 Jul 2004 10:35:42 GMT]]></title><description><![CDATA[<p>fubin_22527 schrieb:</p>
<blockquote>
<p>Weiß jemand, ob es ein Method gibt, mit deam man einen IE-Browser ohne Menübar öffnen kann?</p>
</blockquote>
<p>Was soll das mit dem BCB zu tun haben? Glaubst du wirklich, dass Borland eine spezielle Funktion geschrieben hätte, mit der man ausgerechnet den IE ausgerechnet ohne Menüs starten kann?</p>
<p>PS.<br />
Das waren rein rhetorische Fragen, also mehr ein Wink mit dem Zaunpfahl. <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/561203</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/561203</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Thu, 15 Jul 2004 10:35:42 GMT</pubDate></item></channel></rss>