<?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[how to receive and handle reflected MSGs in TOP-LEVEL controls]]></title><description><![CDATA[<p>Usually a control embedded in a Dialog or some other container-window can send notifications and these notifications are again reflected to the control itself.</p>
<p>But what happens when the control, say a CEdit, is created as a top-level window (i.e. without parent/owner). Where does its parent-notification go and how can i catch it?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/189883/how-to-receive-and-handle-reflected-msgs-in-top-level-controls</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 17:09:13 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/189883.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Aug 2007 23:25:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to receive and handle reflected MSGs in TOP-LEVEL controls on Fri, 17 Aug 2007 23:25:59 GMT]]></title><description><![CDATA[<p>Usually a control embedded in a Dialog or some other container-window can send notifications and these notifications are again reflected to the control itself.</p>
<p>But what happens when the control, say a CEdit, is created as a top-level window (i.e. without parent/owner). Where does its parent-notification go and how can i catch it?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1346716</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1346716</guid><dc:creator><![CDATA[godspeed_plus]]></dc:creator><pubDate>Fri, 17 Aug 2007 23:25:59 GMT</pubDate></item><item><title><![CDATA[Reply to how to receive and handle reflected MSGs in TOP-LEVEL controls on Sat, 18 Aug 2007 07:13:00 GMT]]></title><description><![CDATA[<p>Deutsche Gruppe... <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>
<p>Nowhere. Never use such controls as top-level windows. Always create a frame window even if its complete client area is covered by a child window.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1346746</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1346746</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Sat, 18 Aug 2007 07:13:00 GMT</pubDate></item><item><title><![CDATA[Reply to how to receive and handle reflected MSGs in TOP-LEVEL controls on Sat, 18 Aug 2007 12:45:05 GMT]]></title><description><![CDATA[<p>Tschuldigung dass ich Englisch benutzt habe, weil meine deutsche Kentnisse nicht gut ist.</p>
<p>Aber merkwürdig ist dass, obwohl mein TOP-LEVEL CEdit keine reflected Notification empfangen kann, aber kann er doch reflected WM_CTLCOLOR fangen und behandeln. Jemand hat ne idee?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1346873</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1346873</guid><dc:creator><![CDATA[godspeed_plus]]></dc:creator><pubDate>Sat, 18 Aug 2007 12:45:05 GMT</pubDate></item><item><title><![CDATA[Reply to how to receive and handle reflected MSGs in TOP-LEVEL controls on Sat, 18 Aug 2007 17:30:05 GMT]]></title><description><![CDATA[<p>Reflected Messages werden umgeleitet von Parent zum eigentlichen Fenster.<br />
Message Reflection funktioniert zum Beispiel auch nicht wenn das Parent Fenster des CEdir kein MFC Fenster ist!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1347030</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1347030</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Sat, 18 Aug 2007 17:30:05 GMT</pubDate></item></channel></rss>