<?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[methode close im sdi]]></title><description><![CDATA[<p>wie kann ich ne mfc application(SDI) per button zum schlissen bringen.</p>
<p>also noch mal langsam ich will dass er mein program beendet wenn ich auf nen eingefügen butten klicke.</p>
<p>so nun es es ja so das dies einfach mit C....::onOK geht oder mit der metode objekt.close() aber wie schreib ichd das dann ichr aff das irgentwie nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/64474/methode-close-im-sdi</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 18:43:07 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/64474.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 Feb 2004 09:20:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to methode close im sdi on Wed, 11 Feb 2004 09:20:15 GMT]]></title><description><![CDATA[<p>wie kann ich ne mfc application(SDI) per button zum schlissen bringen.</p>
<p>also noch mal langsam ich will dass er mein program beendet wenn ich auf nen eingefügen butten klicke.</p>
<p>so nun es es ja so das dies einfach mit C....::onOK geht oder mit der metode objekt.close() aber wie schreib ichd das dann ichr aff das irgentwie nicht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/456691</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/456691</guid><dc:creator><![CDATA[Oneill84]]></dc:creator><pubDate>Wed, 11 Feb 2004 09:20:15 GMT</pubDate></item><item><title><![CDATA[Reply to methode close im sdi on Wed, 11 Feb 2004 11:36:43 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>füge diesen Code hier</p>
<pre><code class="language-cpp">ASSERT(AfxGetMainWnd() != NULL);
    AfxGetMainWnd()-&gt;SendMessage(WM_CLOSE);
</code></pre>
<p>dort ein, wo das Schließen eingeleitet werden soll..</p>
]]></description><link>https://www.c-plusplus.net/forum/post/456821</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/456821</guid><dc:creator><![CDATA[Probe-Nutzer]]></dc:creator><pubDate>Wed, 11 Feb 2004 11:36:43 GMT</pubDate></item></channel></rss>