<?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 : Minimum docked window size</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Minimum docked window size]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 17:30:49 +0000</pubDate>
  <lastBuildDate>Wed, 20 Aug 2003 03:53:09 +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=134</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[Minimum docked window size :   oleg wrote:Use WM_GETMINMAXINFO...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=134&amp;PID=290&amp;title=minimum-docked-window-size#290</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=142">gary</a><br /><strong>Subject:</strong> 134<br /><strong>Posted:</strong> 20 August 2003 at 3:53am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><p>Use WM_GETMINMAXINFO message:</p></td></tr></table><br /><br />Sorry Oleg, but that plain just does not work. The window in question never receives such a message. (Note: it is not the main frame window that I am trying to restrict to a certain size, but a CXTDockWindow derived window docked to the main window.)]]>
   </description>
   <pubDate>Wed, 20 Aug 2003 03:53:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=134&amp;PID=290&amp;title=minimum-docked-window-size#290</guid>
  </item> 
  <item>
   <title><![CDATA[Minimum docked window size : Use WM_GETMINMAXINFO message: ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=134&amp;PID=278&amp;title=minimum-docked-window-size#278</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 134<br /><strong>Posted:</strong> 19 August 2003 at 3:10am<br /><br /><P>Use WM_GETMINMAXINFO message:</P><P>&nbsp;</P><FONT color=#a000a0><P>BEGIN_MESSAGE_MAP</FONT>(<FONT color=#0000ff>CMainFrame</FONT>, <FONT color=#0000ff>CMDIFrameWnd</FONT>)</P><P><FONT color=#a000a0>ON_WM_GETMINMAXINFO</FONT>()</P><FONT color=#a000a0><P>END_MESSAGE_MAP</FONT>()</P><P>&nbsp;</P><FONT color=#0000ff><P>void</FONT> <FONT color=#0000ff>CMainFrame</FONT>::<FONT color=#880000>OnGetMinMaxInfo</FONT>(<FONT color=#0000ff>MINMAXINFO</FONT> <FONT color=#a000a0>FAR</FONT>* <FONT color=#808080>lpMMI</FONT>) </P><P>{</P><P><FONT color=#808080>lpMMI</FONT>-&gt;<FONT color=#808080>ptMinTrackSize</FONT>.<FONT color=#808080>x</FONT> = 400;</P><P><FONT color=#808080>lpMMI</FONT>-&gt;<FONT color=#808080>ptMinTrackSize</FONT>.<FONT color=#808080>y</FONT> = 400;</P><P><FONT color=#0000ff>CMDIFrameWnd</FONT>::<FONT color=#880000>OnGetMinMaxInfo</FONT>(<FONT color=#808080>lpMMI</FONT>);</P><P>}</P>]]>
   </description>
   <pubDate>Tue, 19 Aug 2003 03:10:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=134&amp;PID=278&amp;title=minimum-docked-window-size#278</guid>
  </item> 
  <item>
   <title><![CDATA[Minimum docked window size : I have a window for which there...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=134&amp;PID=274&amp;title=minimum-docked-window-size#274</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=142">gary</a><br /><strong>Subject:</strong> 134<br /><strong>Posted:</strong> 18 August 2003 at 6:21am<br /><br />I have a window for which there must be a minimum size, that is, it should not be possible for the user to size the window so that it is less than some specific width.<br /><br />When using Xtreme Toolkit 1.9.3.1 I had a solution to this (basically, I just simulate the window being resized back to its minimum size by sending the correct messages) but we now have to upgrade to 3.1 and the solution no longer works - the WM_NCLBUTTONDOWN I send to the window's m_pDockBar member causes an assertion in CXTDockBar's splitter array (I think the splitter has been removed from the array by the time I send the message).<br /><br />Does anyone have any other ideas how I can achieve the same effect, or a solution to the above problem, please?<br /><br />(This was previously sent by email to Codejock but they haven't replied yet.)]]>
   </description>
   <pubDate>Mon, 18 Aug 2003 06:21:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=134&amp;PID=274&amp;title=minimum-docked-window-size#274</guid>
  </item> 
 </channel>
</rss>