<?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[pdf aus anwendung heraus öffnen??]]></title><description><![CDATA[<p>hello!</p>
<p>wie kann ich denn aus einer sdi anwendung heraus per Knopfdruck ein pdf file anzeigen lassen mit dem standard pdf-viewer???</p>
<p>ich weiß ja nicht ob das immer acrobat ist oder wo der installiert ist. Gibt es einen weg eine datei mit dem standardprogramm zu öffnen???</p>
<p>danke<br />
l00P</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/62726/pdf-aus-anwendung-heraus-öffnen</link><generator>RSS for Node</generator><lastBuildDate>Thu, 04 Jun 2026 03:51:44 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/62726.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Jan 2004 14:07:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to pdf aus anwendung heraus öffnen?? on Mon, 26 Jan 2004 14:07:00 GMT]]></title><description><![CDATA[<p>hello!</p>
<p>wie kann ich denn aus einer sdi anwendung heraus per Knopfdruck ein pdf file anzeigen lassen mit dem standard pdf-viewer???</p>
<p>ich weiß ja nicht ob das immer acrobat ist oder wo der installiert ist. Gibt es einen weg eine datei mit dem standardprogramm zu öffnen???</p>
<p>danke<br />
l00P</p>
]]></description><link>https://www.c-plusplus.net/forum/post/444292</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/444292</guid><dc:creator><![CDATA[l00P]]></dc:creator><pubDate>Mon, 26 Jan 2004 14:07:00 GMT</pubDate></item><item><title><![CDATA[Reply to pdf aus anwendung heraus öffnen?? on Mon, 26 Jan 2004 14:55:12 GMT]]></title><description><![CDATA[<p>Servus,</p>
<p>mit ShellExecute z.B. kannste das machen:</p>
<pre><code class="language-cpp">::ShellExecute(NULL, NULL, &quot;C:\\Test.pdf&quot;, NULL, &quot;C:\\&quot;, SW_SHOW);
</code></pre>
<p>ist eher Winapi aber ist Hupe kannste damit machen.</p>
<p>*winke*<br />
Hellsgore</p>
]]></description><link>https://www.c-plusplus.net/forum/post/444358</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/444358</guid><dc:creator><![CDATA[Hellsgore]]></dc:creator><pubDate>Mon, 26 Jan 2004 14:55:12 GMT</pubDate></item><item><title><![CDATA[Reply to pdf aus anwendung heraus öffnen?? on Mon, 26 Jan 2004 15:00:22 GMT]]></title><description><![CDATA[<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f60b.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_savoring_food"
      title=":yum:"
      alt="😋"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44d.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_up"
      title=":+1:"
      alt="👍"
    /> danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/444367</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/444367</guid><dc:creator><![CDATA[l00P]]></dc:creator><pubDate>Mon, 26 Jan 2004 15:00:22 GMT</pubDate></item></channel></rss>