<?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[Minimieren eines anderen Fenster verhindern :)]]></title><description><![CDATA[<p>Hallo!<br />
Ist es irgendwie möglich das Minimieren eines anderen Fensters zu verhindern? Ich habe einen Systemhook auf die WNDPROC....kann da auch überprüfen, ob es minimiert wird etc. Aber ich kann es nicht verhindern! Ein return 0 bringts nicht und in der MSDN steht<br />
The CallWndProc hook procedure can examine the message, but it cannot modify it. After the hook procedure returns control to the system, the message is passed to the window procedure.</p>
<p>Subba, geht das trotzdem irgendwie?</p>
<p>Compiler</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/92706/minimieren-eines-anderen-fenster-verhindern</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 01:15:30 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/92706.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 Nov 2004 15:34:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Minimieren eines anderen Fenster verhindern :) on Mon, 22 Nov 2004 15:34:30 GMT]]></title><description><![CDATA[<p>Hallo!<br />
Ist es irgendwie möglich das Minimieren eines anderen Fensters zu verhindern? Ich habe einen Systemhook auf die WNDPROC....kann da auch überprüfen, ob es minimiert wird etc. Aber ich kann es nicht verhindern! Ein return 0 bringts nicht und in der MSDN steht<br />
The CallWndProc hook procedure can examine the message, but it cannot modify it. After the hook procedure returns control to the system, the message is passed to the window procedure.</p>
<p>Subba, geht das trotzdem irgendwie?</p>
<p>Compiler</p>
]]></description><link>https://www.c-plusplus.net/forum/post/656633</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/656633</guid><dc:creator><![CDATA[Compiler]]></dc:creator><pubDate>Mon, 22 Nov 2004 15:34:30 GMT</pubDate></item><item><title><![CDATA[Reply to Minimieren eines anderen Fenster verhindern :) on Mon, 22 Nov 2004 15:44:46 GMT]]></title><description><![CDATA[<p>(nur geraten) <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /><br />
- WM_WINDOWPOSCHANGING abfangen<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowmessages/wm_size.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowmessages/wm_size.asp</a><br />
- auf SWP_FRAMECHANGED abfangen<br />
- und das ganze abbrechen, nachrichtenschleife verlassen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/656646</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/656646</guid><dc:creator><![CDATA[miller_m]]></dc:creator><pubDate>Mon, 22 Nov 2004 15:44:46 GMT</pubDate></item><item><title><![CDATA[Reply to Minimieren eines anderen Fenster verhindern :) on Mon, 22 Nov 2004 18:31:01 GMT]]></title><description><![CDATA[<p>ne sowas geht ja net...look@ MSDN<br />
werde wohl ein Stück code per CreateRemoteThread reinwerfen müssen welches die scheiße subclassed...dann wirds gehn <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/656800</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/656800</guid><dc:creator><![CDATA[Compiler]]></dc:creator><pubDate>Mon, 22 Nov 2004 18:31:01 GMT</pubDate></item></channel></rss>