<?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 : Lock pane sizing?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Lock pane sizing?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 08:59:35 +0000</pubDate>
  <lastBuildDate>Thu, 22 Jun 2006 13:00:24 +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=4421</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[Lock pane sizing? : Thanks, I&amp;#039;ll give that a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4421&amp;PID=13797&amp;title=lock-pane-sizing#13797</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1944">guywmustang</a><br /><strong>Subject:</strong> 4421<br /><strong>Posted:</strong> 22 June 2006 at 1:00pm<br /><br /><P>Thanks, I'll give that a try and let ya know what worked!</P>]]>
   </description>
   <pubDate>Thu, 22 Jun 2006 13:00:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4421&amp;PID=13797&amp;title=lock-pane-sizing#13797</guid>
  </item> 
  <item>
   <title><![CDATA[Lock pane sizing? : Hi.   Solution 1:  1. Run...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4421&amp;PID=13773&amp;title=lock-pane-sizing#13773</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4421<br /><strong>Posted:</strong> 21 June 2006 at 7:51pm<br /><br />Hi. <DIV>&nbsp;</DIV><DIV>Solution 1:</DIV><DIV>&nbsp;</DIV><DIV>1. Run DockingContainers - it show how to use custom contaiers.</DIV><DIV>2. For CDockingPaneMiniWnd (it is container for Floating window) add</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>BEGIN_MESSAGE_MAP(CDockingPaneMiniWnd, CXTPDockingPaneMiniWnd)<BR>&nbsp;...</DIV><DIV>&nbsp; ON_WM_NCHITTEST_EX()<BR>END_MESSAGE_MAP()</DIV><DIV>&nbsp;</DIV><DIV>LRESULT CDockingPaneMiniWnd::OnNcHitTest(CPoint point)<BR>{<BR>&nbsp;LRESULT ht = CXTPDockingPaneMiniWnd::OnNcHitTest(point);</DIV><DIV>&nbsp;if (ht &gt;= HTSIZEFIRST &amp;&amp; ht &lt;= HTSIZELAST)<BR>&nbsp;&nbsp;ht = HTCLIENT;<BR>&nbsp;return ht;<BR>}</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>or Solution 2</DIV><DIV>&nbsp;</DIV><DIV>if you just need some pane to restrict size use</DIV><DIV>&nbsp;</DIV><DIV>pPane-&gt;SetMinTrackSize(sz) and pPane-&gt;SetMaxTrackSize(sz)</DIV>]]>
   </description>
   <pubDate>Wed, 21 Jun 2006 19:51:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4421&amp;PID=13773&amp;title=lock-pane-sizing#13773</guid>
  </item> 
  <item>
   <title><![CDATA[Lock pane sizing? : &amp;lt;bump&amp;gt; ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4421&amp;PID=13771&amp;title=lock-pane-sizing#13771</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1944">guywmustang</a><br /><strong>Subject:</strong> 4421<br /><strong>Posted:</strong> 21 June 2006 at 5:03pm<br /><br />&lt;bump&gt;]]>
   </description>
   <pubDate>Wed, 21 Jun 2006 17:03:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4421&amp;PID=13771&amp;title=lock-pane-sizing#13771</guid>
  </item> 
  <item>
   <title><![CDATA[Lock pane sizing? : That doesn&amp;#039;t work when I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4421&amp;PID=13740&amp;title=lock-pane-sizing#13740</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1944">guywmustang</a><br /><strong>Subject:</strong> 4421<br /><strong>Posted:</strong> 20 June 2006 at 2:11pm<br /><br />That doesn't work when I have a floating pane with other panes docked within it.&nbsp; You can size the floating window by draggingthe outside borders of it. <DIV>&nbsp;</DIV><DIV>Any way to lock it in this case?</DIV>]]>
   </description>
   <pubDate>Tue, 20 Jun 2006 14:11:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4421&amp;PID=13740&amp;title=lock-pane-sizing#13740</guid>
  </item> 
  <item>
   <title><![CDATA[Lock pane sizing? : Hi,  m_paneManager.LockSplitters();...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4421&amp;PID=13675&amp;title=lock-pane-sizing#13675</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4421<br /><strong>Posted:</strong> 15 June 2006 at 9:03pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>m_paneManager.LockSplitters();</DIV>]]>
   </description>
   <pubDate>Thu, 15 Jun 2006 21:03:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4421&amp;PID=13675&amp;title=lock-pane-sizing#13675</guid>
  </item> 
  <item>
   <title><![CDATA[Lock pane sizing? : Is there a way currently to lock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4421&amp;PID=13674&amp;title=lock-pane-sizing#13674</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1944">guywmustang</a><br /><strong>Subject:</strong> 4421<br /><strong>Posted:</strong> 15 June 2006 at 7:31pm<br /><br />Is there a way currently to lock pane sizing?&nbsp; I don't want the panes to be freely sizeable.<DIV>&nbsp;</DIV><DIV>Thanks!&nbsp; Keep up the good work <IMG height=17 alt=Smile src="http://forum.codejock.com/smileys/smiley1.gif" width=17 align=absMiddle border="0"></DIV>]]>
   </description>
   <pubDate>Thu, 15 Jun 2006 19:31:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4421&amp;PID=13674&amp;title=lock-pane-sizing#13674</guid>
  </item> 
 </channel>
</rss>