<?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 doesnt repaint</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Form Resize doesnt repaint]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 16:42:43 +0000</pubDate>
  <lastBuildDate>Sat, 05 Sep 2009 10:01: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=14841</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 doesnt repaint : Use the Resizer-Control instead...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14841&amp;PID=52816&amp;title=form-resize-doesnt-repaint#52816</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 14841<br /><strong>Posted:</strong> 05 September 2009 at 10:01am<br /><br />Use the Resizer-Control instead to prevent wrong resizing, you have than to do nothing.<DIV>In VB6 change the ScaleMode to Pixels before using Resizer.</DIV>]]>
   </description>
   <pubDate>Sat, 05 Sep 2009 10:01:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14841&amp;PID=52816&amp;title=form-resize-doesnt-repaint#52816</guid>
  </item> 
  <item>
   <title><![CDATA[Form Resize doesnt repaint : When my forms are Skinned and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14841&amp;PID=51367&amp;title=form-resize-doesnt-repaint#51367</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5421">aelsmore</a><br /><strong>Subject:</strong> 14841<br /><strong>Posted:</strong> 27 July 2009 at 8:07am<br /><br /><DIV>When my forms are Skinned and I try to stop a user from resizing a form smaller that I want the borders of the form disappear until you move the form.</DIV><DIV>&nbsp;</DIV><DIV>this is my code:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub Form_Resize()<BR>&nbsp; If Me.Width &lt; 4000 Then<BR>&nbsp;&nbsp;&nbsp; Me.Width = 4000<BR>&nbsp;&nbsp;&nbsp; Exit Sub&nbsp;</DIV><DIV>&nbsp; End If<BR>&nbsp; <BR>&nbsp; If Me.Height &lt; 3000 Then<BR>&nbsp;&nbsp;&nbsp; Me.Height = 3000<BR>&nbsp;&nbsp;&nbsp; Exit Sub&nbsp;&nbsp;</DIV><DIV>&nbsp; End If<BR>End Sub</DIV>]]>
   </description>
   <pubDate>Mon, 27 Jul 2009 08:07:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14841&amp;PID=51367&amp;title=form-resize-doesnt-repaint#51367</guid>
  </item> 
 </channel>
</rss>