<?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[Fenster nicht schließen lassen]]></title><description><![CDATA[<p><div class="plugin-markdown"><input type="checkbox" id="checkbox25685" checked="true" /><label for="checkbox25685">rechts oben soll keine Auswirkung haben.</label></div></p>
<p>danke schön</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/84755/fenster-nicht-schließen-lassen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 21:15:10 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/84755.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 Sep 2004 10:14:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fenster nicht schließen lassen on Thu, 02 Sep 2004 10:14:17 GMT]]></title><description><![CDATA[<p><div class="plugin-markdown"><input type="checkbox" id="checkbox25685" checked="true" /><label for="checkbox25685">rechts oben soll keine Auswirkung haben.</label></div></p>
<p>danke schön</p>
]]></description><link>https://www.c-plusplus.net/forum/post/597646</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/597646</guid><dc:creator><![CDATA[Top14]]></dc:creator><pubDate>Thu, 02 Sep 2004 10:14:17 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster nicht schließen lassen on Thu, 02 Sep 2004 10:33:32 GMT]]></title><description><![CDATA[<p><div class="plugin-markdown"><input type="checkbox" id="checkbox25686" checked="true" /><label for="checkbox25686">Button ausblenden</label></div></p>
]]></description><link>https://www.c-plusplus.net/forum/post/597662</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/597662</guid><dc:creator><![CDATA[RedEagle]]></dc:creator><pubDate>Thu, 02 Sep 2004 10:33:32 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster nicht schließen lassen on Thu, 02 Sep 2004 20:52:49 GMT]]></title><description><![CDATA[<p>Gibt es keine andere Möglichkeit? Und wie könnte ich es von der Taskleiste vernhalten. <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="😋"
    /></p>
<p>cue</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598279</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598279</guid><dc:creator><![CDATA[Top14]]></dc:creator><pubDate>Thu, 02 Sep 2004 20:52:49 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster nicht schließen lassen on Thu, 02 Sep 2004 21:00:58 GMT]]></title><description><![CDATA[<p>ich habs selber noch nie ausprobiert, wurde aber vielleicht folgendes in der wndproc gehen?</p>
<p>[cpp]<br />
case WM_CLOSE:<br />
return 0;<br />
[cpp]</p>
<p>bei WM_CLOSE wird doch normalerweise destroywindow aufgefrufen, oder? wenn man das nicht macht bleibt auch das fenster da.</p>
<p>was auch immer</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598288</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598288</guid><dc:creator><![CDATA[was auch immer]]></dc:creator><pubDate>Thu, 02 Sep 2004 21:00:58 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster nicht schließen lassen on Thu, 02 Sep 2004 21:33:12 GMT]]></title><description><![CDATA[<p>Ja so geht es.<br />
Und wie las ich ihn aus der Taskleiste verschwinden?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598307</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598307</guid><dc:creator><![CDATA[Top14]]></dc:creator><pubDate>Thu, 02 Sep 2004 21:33:12 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster nicht schließen lassen on Thu, 02 Sep 2004 21:44:11 GMT]]></title><description><![CDATA[<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_int/shell_int_programming/taskbar.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_int/shell_int_programming/taskbar.asp</a></p>
<p>The Shell creates a button on the taskbar whenever an application creates a window that isn't owned. To ensure that the window button is placed on the taskbar, create an unowned window with the WS_EX_APPWINDOW extended style. To prevent the window button from being placed on the taskbar, create the unowned window with the WS_EX_TOOLWINDOW extended style. As an alternative, you can create a hidden window and make this hidden window the owner of your visible window.</p>
<p>was auch immer</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598315</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598315</guid><dc:creator><![CDATA[was auch immer]]></dc:creator><pubDate>Thu, 02 Sep 2004 21:44:11 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster nicht schließen lassen on Fri, 03 Sep 2004 13:14:29 GMT]]></title><description><![CDATA[<p>bei wm_close, kann man das fenster aber auf keinem wege, weder auf knopfdruck, noch auf irgendeine andere weise schliessen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598814</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598814</guid><dc:creator><![CDATA[Moh]]></dc:creator><pubDate>Fri, 03 Sep 2004 13:14:29 GMT</pubDate></item><item><title><![CDATA[Reply to Fenster nicht schließen lassen on Fri, 03 Sep 2004 14:44:28 GMT]]></title><description><![CDATA[<p>Mit GetSystemMenu() kriegt man nen Handle auf das Menü und kann &quot;Schließen&quot; da glaube ich einfach ausgrauen oder rauslöschen oder so...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598919</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598919</guid><dc:creator><![CDATA[geeky]]></dc:creator><pubDate>Fri, 03 Sep 2004 14:44:28 GMT</pubDate></item></channel></rss>