<?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 : Form_Resize and Vista</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Form_Resize and Vista]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 00:52:14 +0000</pubDate>
  <lastBuildDate>Thu, 29 Nov 2007 07:03:02 +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=8705</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[Form_Resize and Vista : In second sequence is error, of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=29009&amp;title=form-resize-and-vista#29009</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2909">Bako</a><br /><strong>Subject:</strong> 8705<br /><strong>Posted:</strong> 29 November 2007 at 7:03am<br /><br />In second sequence is error, of course. <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle">]]>
   </description>
   <pubDate>Thu, 29 Nov 2007 07:03:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=29009&amp;title=form-resize-and-vista#29009</guid>
  </item> 
  <item>
   <title><![CDATA[Form_Resize and Vista : I find out following:1. Run attached...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=29008&amp;title=form-resize-and-vista#29008</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2909">Bako</a><br /><strong>Subject:</strong> 8705<br /><strong>Posted:</strong> 29 November 2007 at 7:00am<br /><br />I find out following:<br><br>1. Run attached example and don't apply skin. <br>2. maximize form and than minimize (aktual width is 2400)<br>3. maximize form again and in FORM_RESIZE check width (aktual width is &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; <b>19320</b>), no errors occured. That's ok.<br><br>And try it again :<br><br>1. Run attached example and apply skin. <br>2. maximize form and than minimize (aktual width is 2400)<br>3. maximize form again and in FORM_RESIZE check width (aktual width is &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; <b>2400!!!</b>), no errors occured. That's no good, because WIDTH &lt; MIN_WIDTH. <br><br>I could remove MIN_WIDTH setting, but size of other controls on this form is depend on this value (tab grids for example is resized incorrect).<br><br>This problem is only with combination of Vista and SkinFramework.<br><br><br><br>]]>
   </description>
   <pubDate>Thu, 29 Nov 2007 07:00:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=29008&amp;title=form-resize-and-vista#29008</guid>
  </item> 
  <item>
   <title><![CDATA[Form_Resize and Vista : I see.I&amp;#039;ve run it on Vista...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=29002&amp;title=form-resize-and-vista#29002</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 8705<br /><strong>Posted:</strong> 29 November 2007 at 5:01am<br /><br />I see.<br><br>I've run it on Vista (32bit) and no error thrown so can't be much help here.<br><br>The only thing I would change is declare your constants as Single and try again (that way you're comparing like for like and eliminating some type casting quirk).<br>]]>
   </description>
   <pubDate>Thu, 29 Nov 2007 05:01:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=29002&amp;title=form-resize-and-vista#29002</guid>
  </item> 
  <item>
   <title><![CDATA[Form_Resize and Vista : Sorry, the description in first...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=28997&amp;title=form-resize-and-vista#28997</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2909">Bako</a><br /><strong>Subject:</strong> 8705<br /><strong>Posted:</strong> 29 November 2007 at 3:02am<br /><br />Sorry, the description in first post in this topic was incorrect. This one is correct:<br><br>Private Sub Form_Resize()<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  If Me.Width &lt; MIN_WIDTH Then <b>&lt;--- there is runtime error throwed</b><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  Me.Width = MIN_WIDTH <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  End If<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; End Sub &nbsp;&nbsp; &nbsp;&nbsp;  <br>]]>
   </description>
   <pubDate>Thu, 29 Nov 2007 03:02:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=28997&amp;title=form-resize-and-vista#28997</guid>
  </item> 
  <item>
   <title><![CDATA[Form_Resize and Vista : OK. From other side. Why line...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=28996&amp;title=form-resize-and-vista#28996</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2909">Bako</a><br /><strong>Subject:</strong> 8705<br /><strong>Posted:</strong> 29 November 2007 at 2:48am<br /><br />OK. From other side. <br><br>Why line <b>If Me.Width &lt; MIN_WIDTH Then </b>throws error under Vista and under Windows XP not? Problem is in reading value from Me.Width. Not in setting new values. When we remove skin under Vista, everything is ok. <br>]]>
   </description>
   <pubDate>Thu, 29 Nov 2007 02:48:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=28996&amp;title=form-resize-and-vista#28996</guid>
  </item> 
  <item>
   <title><![CDATA[Form_Resize and Vista : No, the example you posted only...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=28995&amp;title=form-resize-and-vista#28995</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 8705<br /><strong>Posted:</strong> 29 November 2007 at 2:33am<br /><br />No, the example you posted only checked for WindowState=<b>vbMinimized</b>.<br><br>]]>
   </description>
   <pubDate>Thu, 29 Nov 2007 02:33:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=28995&amp;title=form-resize-and-vista#28995</guid>
  </item> 
  <item>
   <title><![CDATA[Form_Resize and Vista : Thanks, but this not solve the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=28986&amp;title=form-resize-and-vista#28986</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2909">Bako</a><br /><strong>Subject:</strong> 8705<br /><strong>Posted:</strong> 29 November 2007 at 1:13am<br /><br />Thanks, but this not solve the problem. See attached example in previous post. <br><br>When Form.WindowsState = vbMaximized then MIN_WIDTH and MIN_HEIGHT are not set.&nbsp;<br><br>Tomas Bako<br>developer<br>]]>
   </description>
   <pubDate>Thu, 29 Nov 2007 01:13:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=28986&amp;title=form-resize-and-vista#28986</guid>
  </item> 
  <item>
   <title><![CDATA[Form_Resize and Vista : The problem is that you&amp;#039;re...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=28981&amp;title=form-resize-and-vista#28981</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 8705<br /><strong>Posted:</strong> 28 November 2007 at 10:19pm<br /><br />The problem is that you're trying to set width when form is maximized. Add this line to beginning of Form_Resize event:<br><br>&nbsp; If Me.WindowState = vbMaximized Then Exit Sub<br><br>]]>
   </description>
   <pubDate>Wed, 28 Nov 2007 22:19:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=28981&amp;title=form-resize-and-vista#28981</guid>
  </item> 
  <item>
   <title><![CDATA[Form_Resize and Vista : Does anybody fix this problem? ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=28959&amp;title=form-resize-and-vista#28959</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2909">Bako</a><br /><strong>Subject:</strong> 8705<br /><strong>Posted:</strong> 28 November 2007 at 6:32am<br /><br />Does anybody fix this problem?]]>
   </description>
   <pubDate>Wed, 28 Nov 2007 06:32:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=28959&amp;title=form-resize-and-vista#28959</guid>
  </item> 
  <item>
   <title><![CDATA[Form_Resize and Vista : Hi, the problem is elsewhere,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=28308&amp;title=form-resize-and-vista#28308</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2909">Bako</a><br /><strong>Subject:</strong> 8705<br /><strong>Posted:</strong> 09 November 2007 at 9:18am<br /><br />Hi, <br><br>the problem is elsewhere, not in activate. Try second enclosed sample project.<br><br>Try first resize, maximize, minimize window without skin.<br>After click to button for activate skin and try maximize, minimize and maximize again. <br><br><a href="uploads/20071109_091735_Vista_Resize_Pr.zip" target="_blank">uploads/20071109_091735_Vista_Resize_Pr.zip</a><br><br>Tomas<br>]]>
   </description>
   <pubDate>Fri, 09 Nov 2007 09:18:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8705&amp;PID=28308&amp;title=form-resize-and-vista#28308</guid>
  </item> 
 </channel>
</rss>