<?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 : How disable docking pane change size</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : How disable docking pane change size]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 20:38:05 +0000</pubDate>
  <lastBuildDate>Wed, 16 Feb 2005 22:30:01 +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=1733</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[How disable docking pane change size : i mean in the state of hide ,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1733&amp;PID=5171&amp;title=how-disable-docking-pane-change-size#5171</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=958">stephen_hyc</a><br /><strong>Subject:</strong> 1733<br /><strong>Posted:</strong> 16 February 2005 at 10:30pm<br /><br />i mean in the state of hide , how can i make the docking pane unable to resize.]]>
   </description>
   <pubDate>Wed, 16 Feb 2005 22:30:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1733&amp;PID=5171&amp;title=how-disable-docking-pane-change-size#5171</guid>
  </item> 
  <item>
   <title><![CDATA[How disable docking pane change size : i see the sample.but after you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1733&amp;PID=4968&amp;title=how-disable-docking-pane-change-size#4968</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=958">stephen_hyc</a><br /><strong>Subject:</strong> 1733<br /><strong>Posted:</strong> 02 February 2005 at 7:38pm<br /><br />i see the sample.but after you hide the pane and then make it show again, you will find it can be resized again . how to deal with it.]]>
   </description>
   <pubDate>Wed, 02 Feb 2005 19:38:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1733&amp;PID=4968&amp;title=how-disable-docking-pane-change-size#4968</guid>
  </item> 
  <item>
   <title><![CDATA[How disable docking pane change size : can you give me a link. I can&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1733&amp;PID=4966&amp;title=how-disable-docking-pane-change-size#4966</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=958">stephen_hyc</a><br /><strong>Subject:</strong> 1733<br /><strong>Posted:</strong> 02 February 2005 at 7:25pm<br /><br />can you give me a link. I can't find the solution from any sample existed.]]>
   </description>
   <pubDate>Wed, 02 Feb 2005 19:25:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1733&amp;PID=4966&amp;title=how-disable-docking-pane-change-size#4966</guid>
  </item> 
  <item>
   <title><![CDATA[How disable docking pane change size : See latest Pane sample ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1733&amp;PID=4950&amp;title=how-disable-docking-pane-change-size#4950</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1733<br /><strong>Posted:</strong> 02 February 2005 at 4:29am<br /><br />See latest Pane sample]]>
   </description>
   <pubDate>Wed, 02 Feb 2005 04:29:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1733&amp;PID=4950&amp;title=how-disable-docking-pane-change-size#4950</guid>
  </item> 
  <item>
   <title><![CDATA[How disable docking pane change size : Hi,  Pane send a Notify to MainFrame LRESULT...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1733&amp;PID=4946&amp;title=how-disable-docking-pane-change-size#4946</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 1733<br /><strong>Posted:</strong> 02 February 2005 at 2:45am<br /><br />Hi,<br><br>Pane send a Notify to MainFrame<br>LRESULT CMainFrame::OnDockingPaneNotify(WPARAM wParam, LPARAM lParam)<br>here you can handle the action<br>&nbsp;&nbsp;&nbsp; if (wParam == XTP_DPN_ACTION)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; XTP_DOCKINGPANE_ACTION* pAction = (XTP_DOCKINGPANE_ACTION*)lParam;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; switch(pAction-&gt;action)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; case xtpPaneActionClosing:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; case xtpPaneActionClosed:<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pAction-&gt;bCancel = TRUE;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return TRUE;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br><br>Test it for sizeing, i'm not realy sure.<br><br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Wed, 02 Feb 2005 02:45:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1733&amp;PID=4946&amp;title=how-disable-docking-pane-change-size#4946</guid>
  </item> 
  <item>
   <title><![CDATA[How disable docking pane change size : how to make docking pane disable...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1733&amp;PID=4941&amp;title=how-disable-docking-pane-change-size#4941</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=958">stephen_hyc</a><br /><strong>Subject:</strong> 1733<br /><strong>Posted:</strong> 02 February 2005 at 1:01am<br /><br /><P>how to make docking pane disable to change its size.I mean to fix its size.</P>]]>
   </description>
   <pubDate>Wed, 02 Feb 2005 01:01:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1733&amp;PID=4941&amp;title=how-disable-docking-pane-change-size#4941</guid>
  </item> 
 </channel>
</rss>