<?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 do I retrieve Pane Size?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : How do I retrieve Pane Size?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 21:03:49 +0000</pubDate>
  <lastBuildDate>Fri, 24 Dec 2004 03:52:22 +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=1376</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 do I retrieve Pane Size? : Yes, How do I Set thePane Size????...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=4524&amp;title=how-do-i-retrieve-pane-size#4524</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=898">Ashm01</a><br /><strong>Subject:</strong> 1376<br /><strong>Posted:</strong> 24 December 2004 at 3:52am<br /><br />Yes, How do I Set the&nbsp;Pane Size????<IMG src="http://forum.codejock.com/smileys/smiley5.gif" border="0">]]>
   </description>
   <pubDate>Fri, 24 Dec 2004 03:52:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=4524&amp;title=how-do-i-retrieve-pane-size#4524</guid>
  </item> 
  <item>
   <title><![CDATA[How do I retrieve Pane Size? : First, let me reiterate my strong...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=3956&amp;title=how-do-i-retrieve-pane-size#3956</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=725">gallman</a><br /><strong>Subject:</strong> 1376<br /><strong>Posted:</strong> 10 November 2004 at 5:37pm<br /><br /><P>First, let me reiterate my strong request to add get/set Pane.Height and Pane.Width to the next build because these workarounds are inconvenient.</P><P>QUESTION: How is CX&nbsp;used by CreatePane to accurately set the pane size? The meat behind my question follows.</P><P>Regarding the workaround for getting a pane's current height/width, I tried the workaround of getting the form's size and storing that so that I can use those values when loading a pane. However, I can't find the correlation between the coordinates used during CREATEPANE and the form's width.</P><P>For example. </P><P>(a) I ensured that the DockingPane and the pane's form are both set to the same ScaleMode.<BR>(b) I then tried storing the form's Width and using that as the CX parm of CreatePane but CreatePane doesn't come close to using the saved size that the form used.</P><P>I tried the following combinations:<BR>(a) Saving the Form's Width but CreatePane makes the pane super wide.<BR>(b) Changing the Form's scalemode to vbPixel and saving the ScaleWidth. However, this results in a pane roughly double&nbsp;the expected size.<BR><BR>Note, it doesn't seem to matter what my DockingPane.ScaleMode is set to, because CreatePane's CX value doesn't seem to represented in a calculation that I can set/restore accurately&nbsp;relative to the contained form's size.</P><P>Thanks!</P><P>&nbsp;</P><span style="font-size:10px"><br /><br />Edited by gallman</span>]]>
   </description>
   <pubDate>Wed, 10 Nov 2004 17:37:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=3956&amp;title=how-do-i-retrieve-pane-size#3956</guid>
  </item> 
  <item>
   <title><![CDATA[How do I retrieve Pane Size? : No, when you attach form it will...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=3923&amp;title=how-do-i-retrieve-pane-size#3923</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1376<br /><strong>Posted:</strong> 09 November 2004 at 7:09am<br /><br />No, when you attach form it will automatically be sized to the size ofthe pane.&nbsp; Changing the size of the form manually will only resultin making the form within the pane smaller or bigger.&nbsp; If you mustchange the width\height use the Min\MaxTrackSize properties.]]>
   </description>
   <pubDate>Tue, 09 Nov 2004 07:09:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=3923&amp;title=how-do-i-retrieve-pane-size#3923</guid>
  </item> 
  <item>
   <title><![CDATA[How do I retrieve Pane Size? : Thanks SuperMario, I will try...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=3914&amp;title=how-do-i-retrieve-pane-size#3914</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=725">gallman</a><br /><strong>Subject:</strong> 1376<br /><strong>Posted:</strong> 08 November 2004 at 2:19pm<br /><br /><P>Thanks SuperMario,</P><P>I will try this. Does this imply that I can force the pane's width/height&nbsp;by seting the form's relative properties?</P>]]>
   </description>
   <pubDate>Mon, 08 Nov 2004 14:19:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=3914&amp;title=how-do-i-retrieve-pane-size#3914</guid>
  </item> 
  <item>
   <title><![CDATA[How do I retrieve Pane Size? : I was told to use the width/height...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=3912&amp;title=how-do-i-retrieve-pane-size#3912</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1376<br /><strong>Posted:</strong> 08 November 2004 at 1:44pm<br /><br />I was told to use the width/height of the form attached to the pane to get the pane width and height.]]>
   </description>
   <pubDate>Mon, 08 Nov 2004 13:44:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=3912&amp;title=how-do-i-retrieve-pane-size#3912</guid>
  </item> 
  <item>
   <title><![CDATA[How do I retrieve Pane Size? : Thanks. Please add these properties...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=3882&amp;title=how-do-i-retrieve-pane-size#3882</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=725">gallman</a><br /><strong>Subject:</strong> 1376<br /><strong>Posted:</strong> 06 November 2004 at 8:15pm<br /><br />Thanks. Please add these properties to the next build. They would be convenient.]]>
   </description>
   <pubDate>Sat, 06 Nov 2004 20:15:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=3882&amp;title=how-do-i-retrieve-pane-size#3882</guid>
  </item> 
  <item>
   <title><![CDATA[How do I retrieve Pane Size? : Currently you can&amp;#039;t. However...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=3873&amp;title=how-do-i-retrieve-pane-size#3873</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1376<br /><strong>Posted:</strong> 05 November 2004 at 2:16pm<br /><br />Currently you can't.&nbsp; However you can use the loadstate,loadstatefromstring, savestate, and savestatetostring methods tosave\restore the pane layout anytime you want.]]>
   </description>
   <pubDate>Fri, 05 Nov 2004 14:16:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=3873&amp;title=how-do-i-retrieve-pane-size#3873</guid>
  </item> 
  <item>
   <title><![CDATA[How do I retrieve Pane Size? : Hi I am using the v9.51 ActiveX...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=3871&amp;title=how-do-i-retrieve-pane-size#3871</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=725">gallman</a><br /><strong>Subject:</strong> 1376<br /><strong>Posted:</strong> 05 November 2004 at 1:35pm<br /><br /><P>Hi I am using the v9.51 ActiveX version of the DockingPane under VB6/SP6.</P><P>QUESTION: Is there a way to retrieve a pane's current size (e.g. Pane.Height, Pane.Width)?</P><P>NOTE: I already reviewed topic "Topic: pane width/resize" but this specific question was not answered.</P><P>I didn't see this property available but wanted to ensure I wasn't missing the obvious.</P><P>This feature is important because I need to save/restore this information dynamically as the user hides and shows panes. If there is a suggested workaround, I am open to suggestions.</P><P>Thanks!</P><span style="font-size:10px"><br /><br />Edited by gallman</span>]]>
   </description>
   <pubDate>Fri, 05 Nov 2004 13:35:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1376&amp;PID=3871&amp;title=how-do-i-retrieve-pane-size#3871</guid>
  </item> 
 </channel>
</rss>