<?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[ShellExecuteEx]]></title><description><![CDATA[<p>Hi!</p>
<p>Ich hab das Problem, das ich eine XML Datei mit dem Standardbrowser öffnen muss.<br />
Dies hab ich jetzt so verwirklicht:</p>
<p>SHELLEXECUTEINFO se;<br />
ZeroMemory (&amp;se, sizeof(se));<br />
se.cbSize = sizeof(se);<br />
se.lpVerb = &quot;open&quot;;<br />
// zu öffnende Datei<br />
se.lpFile = xml.c_str();<br />
se.fMask = SEE_MASK_CLASSNAME;<br />
// Programm das mit diesem Dateityp (Standardbrowser) wird geöffnet<br />
se.lpClass = &quot;http&quot;;</p>
<p>die XML Datei wird jetzt aber, wenn der Standardbrowser geöffnet ist in diesem geöffnet. Ich möchte aber, das ein neues Fenster aufgemacht wird. Hat jemand eine Idee, wie ich das verwirklichen könnte?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/115818/shellexecuteex</link><generator>RSS for Node</generator><lastBuildDate>Thu, 02 Jul 2026 19:00:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/115818.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 Jul 2005 12:20:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ShellExecuteEx on Tue, 19 Jul 2005 12:20:03 GMT]]></title><description><![CDATA[<p>Hi!</p>
<p>Ich hab das Problem, das ich eine XML Datei mit dem Standardbrowser öffnen muss.<br />
Dies hab ich jetzt so verwirklicht:</p>
<p>SHELLEXECUTEINFO se;<br />
ZeroMemory (&amp;se, sizeof(se));<br />
se.cbSize = sizeof(se);<br />
se.lpVerb = &quot;open&quot;;<br />
// zu öffnende Datei<br />
se.lpFile = xml.c_str();<br />
se.fMask = SEE_MASK_CLASSNAME;<br />
// Programm das mit diesem Dateityp (Standardbrowser) wird geöffnet<br />
se.lpClass = &quot;http&quot;;</p>
<p>die XML Datei wird jetzt aber, wenn der Standardbrowser geöffnet ist in diesem geöffnet. Ich möchte aber, das ein neues Fenster aufgemacht wird. Hat jemand eine Idee, wie ich das verwirklichen könnte?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/834314</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/834314</guid><dc:creator><![CDATA[ChrissiR]]></dc:creator><pubDate>Tue, 19 Jul 2005 12:20:03 GMT</pubDate></item><item><title><![CDATA[Reply to ShellExecuteEx on Tue, 19 Jul 2005 12:28:01 GMT]]></title><description><![CDATA[<p>Davon hab die Laute hier wohl nicht hauptsächlich Ahnung<br />
<img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/27a1.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--right_arrow"
      title=":arrow_right:"
      alt="➡"
    /><br />
ab nach WinAPI ;), da kann man dir sicher helfen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/834323</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/834323</guid><dc:creator><![CDATA[YASC]]></dc:creator><pubDate>Tue, 19 Jul 2005 12:28:01 GMT</pubDate></item><item><title><![CDATA[Reply to ShellExecuteEx on Tue, 19 Jul 2005 13:44:51 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=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">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/834388</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/834388</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Tue, 19 Jul 2005 13:44:51 GMT</pubDate></item></channel></rss>