<?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 : resize</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : resize]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 22:07:28 +0000</pubDate>
  <lastBuildDate>Thu, 19 Jun 2008 02:48:12 +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=11071</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[resize : raybe,  My gratitude will be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11071&amp;PID=36975&amp;title=resize#36975</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2858">minnen</a><br /><strong>Subject:</strong> 11071<br /><strong>Posted:</strong> 19 June 2008 at 2:48am<br /><br />raybe,<DIV>&nbsp;</DIV><DIV>My gratitude will be eternal :).</DIV><DIV>&nbsp;</DIV><DIV>Mistake was that I tried to catch the handle to the pane. I didn't realise that windows captured the 'real' size of the progress frame.</DIV>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 02:48:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11071&amp;PID=36975&amp;title=resize#36975</guid>
  </item> 
  <item>
   <title><![CDATA[resize : A small sample of how to use GetWindowRect...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11071&amp;PID=36972&amp;title=resize#36972</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3923">raybe</a><br /><strong>Subject:</strong> 11071<br /><strong>Posted:</strong> 19 June 2008 at 2:30am<br /><br /><DIV>A small sample of how to use GetWindowRect in Progress. If you can't get it to work then please let me know.</DIV><DIV>&nbsp;</DIV><DIV>procedure GetWindowRect external "user32":<BR>&nbsp;&nbsp;&nbsp; define input parameter ipiHwnd as long no-undo.<BR>&nbsp;&nbsp;&nbsp; define input parameter ipiRect as memptr no-undo.<BR>end procedure.</DIV><DIV>&nbsp;</DIV><DIV>define variable rRect as memptr no-undo.</DIV><DIV>define variable iL as integer no-undo.<BR>define variable iT as integer no-undo.<BR>define variable iR as integer no-undo.<BR>define variable iB as integer no-undo.<BR></DIV><DIV>set-size(rRect) = 16.</DIV><DIV>&nbsp;</DIV><DIV>run GetWindowRect (frame {&amp;FRAME-NAME}:Hwnd, rRect).</DIV><DIV>&nbsp;</DIV><DIV>iL = get-long(rRect, 1).<BR>iT = get-long(rRect, 5).<BR>iR = get-long(rRect, 9).<BR>iB = get-long(rRect, 13).</DIV><DIV>&nbsp;</DIV><DIV>set-size(rRect) = 0.</DIV><DIV>&nbsp;</DIV><DIV>message&nbsp;"Height = " + string(iB - iT) skip "Width = " + string(iR - iL) view-as alert-box.</DIV><DIV><BR>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 19 Jun 2008 02:30:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11071&amp;PID=36972&amp;title=resize#36972</guid>
  </item> 
  <item>
   <title><![CDATA[resize : thanks raybe. Have been searching...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11071&amp;PID=36949&amp;title=resize#36949</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2858">minnen</a><br /><strong>Subject:</strong> 11071<br /><strong>Posted:</strong> 18 June 2008 at 4:26pm<br /><br /><P>thanks raybe.</P><DIV>Have been searching to use the getwindowrect.</DIV><DIV>Can't get it to work. Could you send me a small sample please.</DIV>]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 16:26:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11071&amp;PID=36949&amp;title=resize#36949</guid>
  </item> 
  <item>
   <title><![CDATA[resize : You can use the functionGetWindowRect...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11071&amp;PID=36907&amp;title=resize#36907</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3923">raybe</a><br /><strong>Subject:</strong> 11071<br /><strong>Posted:</strong> 18 June 2008 at 4:45am<br /><br />You can use the function&nbsp;GetWindowRect from&nbsp;user32.dll. This function will give you a structure with the correct width and height. I use it myself in a progress environment. ]]>
   </description>
   <pubDate>Wed, 18 Jun 2008 04:45:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11071&amp;PID=36907&amp;title=resize#36907</guid>
  </item> 
  <item>
   <title><![CDATA[resize : the progressbarframe resizes automatically...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11071&amp;PID=36846&amp;title=resize#36846</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1038">younicke</a><br /><strong>Subject:</strong> 11071<br /><strong>Posted:</strong> 17 June 2008 at 4:54am<br /><br />the progressbarframe resizes automatically to fit inside the dockingpane.<br>maybe you could try to put a commandbutton inside the progressbarframe and try to msgbox the width and the height. it changes everytime the pane is resized. and then maybe you could start from there. i could have given you a sample code but then i dont use progress. :(<br>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 04:54:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11071&amp;PID=36846&amp;title=resize#36846</guid>
  </item> 
  <item>
   <title><![CDATA[resize : I&amp;#039;m working in a progress...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11071&amp;PID=36843&amp;title=resize#36843</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2858">minnen</a><br /><strong>Subject:</strong> 11071<br /><strong>Posted:</strong> 17 June 2008 at 4:41am<br /><br />I'm working in a progress enviroment and I'm very happy about most components (reportcontrol, imagemanager,toolbar,..).<DIV>Only the dockingpane cause me problems.&nbsp; <img src="https://forum.codejock.com/smileys/smiley19.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>I add the handle of a progress frame to a pane. This progressprogressframe contains a reportcontrol and some other codejock compontents. </DIV><DIV>&nbsp;</DIV><DIV>After resize of a pane, in the GUI the progressframe resizes itself but if you check in the code the actual height and width of the frame isn't changed. </DIV><DIV>&nbsp;</DIV><DIV>My components in the progressframe don't resize. I have to do it myself in the code. Now the problem is that I cannot find a pane property that returns the width and height of a certain pane. Is there a workaround?</DIV><DIV>&nbsp;</DIV><DIV>I tried by using the dockingpanemanager but I'm not able to make it working. </DIV><DIV>&nbsp;</DIV><DIV>All ideas are welcome. </DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 04:41:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11071&amp;PID=36843&amp;title=resize#36843</guid>
  </item> 
 </channel>
</rss>