<?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/115819/shellexecuteex</link><generator>RSS for Node</generator><lastBuildDate>Fri, 03 Jul 2026 00:31:03 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/115819.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 Jul 2005 12:29:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ShellExecuteEx on Tue, 19 Jul 2005 12:29:09 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/834324</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/834324</guid><dc:creator><![CDATA[ChrissiR]]></dc:creator><pubDate>Tue, 19 Jul 2005 12:29:09 GMT</pubDate></item><item><title><![CDATA[Reply to ShellExecuteEx on Tue, 19 Jul 2005 15:19:03 GMT]]></title><description><![CDATA[<p>hier gehts weiter:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-115818.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-115818.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/834455</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/834455</guid><dc:creator><![CDATA[CMatt]]></dc:creator><pubDate>Tue, 19 Jul 2005 15:19:03 GMT</pubDate></item></channel></rss>