<?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[texdatei mit notepad oeffnen]]></title><description><![CDATA[<p>hallo,</p>
<p>gehoerts hier hinein oder nicht, das ist auch die frage.<br />
ich mochte von meiner programmoberflaeche ueber einen button eine textdatei mit einem texteditor oeffen?<br />
habt ihr einen link oder eine loesung?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/42627/texdatei-mit-notepad-oeffnen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 03:22:02 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/42627.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 15 Jul 2003 07:20:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to texdatei mit notepad oeffnen on Tue, 15 Jul 2003 07:20:10 GMT]]></title><description><![CDATA[<p>hallo,</p>
<p>gehoerts hier hinein oder nicht, das ist auch die frage.<br />
ich mochte von meiner programmoberflaeche ueber einen button eine textdatei mit einem texteditor oeffen?<br />
habt ihr einen link oder eine loesung?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/309431</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/309431</guid><dc:creator><![CDATA[petersjo]]></dc:creator><pubDate>Tue, 15 Jul 2003 07:20:10 GMT</pubDate></item><item><title><![CDATA[Reply to texdatei mit notepad oeffnen on Tue, 15 Jul 2003 07:27:25 GMT]]></title><description><![CDATA[<p>Hi!</p>
<p>Versuch das mal:</p>
<pre><code class="language-cpp">void DeinDlg::DerButtonKlicked() 
{
	WinExec(&quot;notepad.exe &quot;, SW_SHOW);
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/309439</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/309439</guid><dc:creator><![CDATA[Der einzige Peter]]></dc:creator><pubDate>Tue, 15 Jul 2003 07:27:25 GMT</pubDate></item><item><title><![CDATA[Reply to texdatei mit notepad oeffnen on Tue, 15 Jul 2003 08:01:30 GMT]]></title><description><![CDATA[<p>WinExec(&quot;notepad.exe text.txt&quot;,SW_NORMAL);<br />
ShellExecute(NULL,&quot;open&quot;,&quot;notepad&quot;,&quot;text.txt&quot;,NULL,SW_NORMAL);</p>
]]></description><link>https://www.c-plusplus.net/forum/post/309463</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/309463</guid><dc:creator><![CDATA[Shlo]]></dc:creator><pubDate>Tue, 15 Jul 2003 08:01:30 GMT</pubDate></item></channel></rss>