<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : handling docking pane resizing</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : handling docking pane resizing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 06:56:29 +0000</pubDate>
  <lastBuildDate>Fri, 02 Dec 2005 14:27:45 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=3332</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[handling docking pane resizing : The problem with WM_ENTERSIZEMOVE/WM_EXITSIZEMOVEfor...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3332&amp;PID=9977&amp;title=handling-docking-pane-resizing#9977</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3332<br /><strong>Posted:</strong> 02 December 2005 at 2:27pm<br /><br /><P>The problem with&nbsp; WM_ENTERSIZEMOVE/WM_EXITSIZEMOVE&nbsp;for CMDIChildWnd that they not called if you maximaze child frame and will resize whole frame window. As rezult child frame will be resized also, but WM_ENTERSIZEMOVE/WM_EXITSIZEMOVE&nbsp;will not be generated....</P><P>Same problem with dockingpanes. At least&nbsp;3 way how you can resize them - resize parent frame, resize splitter, float it and resize floating mini frame...</P><P>Actualy catch first and third not problem... Catch them in parent frame...&nbsp; </P>]]>
   </description>
   <pubDate>Fri, 02 Dec 2005 14:27:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3332&amp;PID=9977&amp;title=handling-docking-pane-resizing#9977</guid>
  </item> 
  <item>
   <title><![CDATA[handling docking pane resizing : I should mention I was able to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3332&amp;PID=9975&amp;title=handling-docking-pane-resizing#9975</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1656">chinhster</a><br /><strong>Subject:</strong> 3332<br /><strong>Posted:</strong> 02 December 2005 at 12:51pm<br /><br />I should mention I was able to do what I wanted with a CMDIChildWnd, just not a docking pane.<br><br>&gt; WM_ENTERSIZEMOVE/WM_EXITSIZEMOVE will not send.<!-- Signature --><br><br>I need WM_EXITSIZEMOVE to tell me when the user has finished resizing the window (to destroy the popup window that displays the number of rows and columns).&nbsp; Is there any other way to get this?]]>
   </description>
   <pubDate>Fri, 02 Dec 2005 12:51:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3332&amp;PID=9975&amp;title=handling-docking-pane-resizing#9975</guid>
  </item> 
  <item>
   <title><![CDATA[handling docking pane resizing : You can override your CEdit and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3332&amp;PID=9974&amp;title=handling-docking-pane-resizing#9974</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3332<br /><strong>Posted:</strong> 02 December 2005 at 12:34pm<br /><br /><P>You can override your CEdit and catch WM_SIZE. </P><P>WM_ENTERSIZEMOVE/WM_EXITSIZEMOVE will not send.</P>]]>
   </description>
   <pubDate>Fri, 02 Dec 2005 12:34:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3332&amp;PID=9974&amp;title=handling-docking-pane-resizing#9974</guid>
  </item> 
  <item>
   <title><![CDATA[handling docking pane resizing : I&amp;#039;ve got a window that contains...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3332&amp;PID=9973&amp;title=handling-docking-pane-resizing#9973</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1656">chinhster</a><br /><strong>Subject:</strong> 3332<br /><strong>Posted:</strong> 02 December 2005 at 11:30am<br /><br />I've got a window that contains fixed-width text output.&nbsp; I'm trying to duplicate X-Windows xterm behavior where if the user resizes the window, it will display the number of rows and columns in a popup window as well snap the window size to a grid of rows and columns so that there are no partial lines or characters.<br><br>This was easy to do prior to MFC/Xtreme but we've recently changed this window to a docking pane and I can't figure out how to intercept the WM_ENTERSIZEMOVE, WM_EXITSIZEMOVE, and WM_SIZE messages to accomplish this goal (I can't figure out which class to overload).<br><br>]]>
   </description>
   <pubDate>Fri, 02 Dec 2005 11:30:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3332&amp;PID=9973&amp;title=handling-docking-pane-resizing#9973</guid>
  </item> 
 </channel>
</rss>