<?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 : Pane resize with an ocx &#111;n</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Pane resize with an ocx &#111;n]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 15:26:55 +0000</pubDate>
  <lastBuildDate>Wed, 13 Oct 2004 09:54:06 +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=1264</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[Pane resize with an ocx &#111;n : I&amp;#039;m having a very similar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1264&amp;PID=3487&amp;title=pane-resize-with-an-ocx-on#3487</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=731">Geraint P</a><br /><strong>Subject:</strong> 1264<br /><strong>Posted:</strong> 13 October 2004 at 9:54am<br /><br /><P>I'm having a very similar issue as well.</P><P>I've followed the code in here, so my panes all have a picture box attached to them. The picture boxes contain the individual OCXs which are then resized in the picture box resize event. Trouble is the contents of the OCX don't seem to be drawn completely. Works fine when panes are getting resized by the splitter, but if a pane is floated and docked somewhere else (causing a resize of the pane with the OCX) then the OCX isn't drawn fully during the resize event. Tab in-and-out of the app and it's drawn fully again. Works fine if I substitute a text box for the OCX. </P><P>Any ideas? I'm going to try forcing the OCX to redraw itself in this situation (although I'd have expected the Move method to have done that).</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 13 Oct 2004 09:54:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1264&amp;PID=3487&amp;title=pane-resize-with-an-ocx-on#3487</guid>
  </item> 
  <item>
   <title><![CDATA[Pane resize with an ocx &#111;n : I see that nobody from CJ is commenting...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1264&amp;PID=3476&amp;title=pane-resize-with-an-ocx-on#3476</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=691">ca&#115;tleJoe</a><br /><strong>Subject:</strong> 1264<br /><strong>Posted:</strong> 13 October 2004 at 7:26am<br /><br />I see that nobody from CJ is commenting more&nbsp;on this case - is considered&nbsp;solved from CJ point of view? ]]>
   </description>
   <pubDate>Wed, 13 Oct 2004 07:26:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1264&amp;PID=3476&amp;title=pane-resize-with-an-ocx-on#3476</guid>
  </item> 
  <item>
   <title><![CDATA[Pane resize with an ocx &#111;n : Thanks Oleg, it almost works....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1264&amp;PID=3451&amp;title=pane-resize-with-an-ocx-on#3451</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=691">ca&#115;tleJoe</a><br /><strong>Subject:</strong> 1264<br /><strong>Posted:</strong> 12 October 2004 at 3:12am<br /><br /><P>Thanks Oleg, it almost works. It's working only if the pane is docked, but not&nbsp;when the pane&nbsp;floats (dblclk on the header).</P><P>I found out that this is a MS bug (<A href="http://support.microsoft.com/kb/q187740/" target="_blank">http://support.microsoft.com/kb/q187740/</A>) but that doesn't help too much because I doubt that they will ever fix it...</P>]]>
   </description>
   <pubDate>Tue, 12 Oct 2004 03:12:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1264&amp;PID=3451&amp;title=pane-resize-with-an-ocx-on#3451</guid>
  </item> 
  <item>
   <title><![CDATA[Pane resize with an ocx &#111;n : Locate it to picture box without...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1264&amp;PID=3447&amp;title=pane-resize-with-an-ocx-on#3447</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1264<br /><strong>Posted:</strong> 12 October 2004 at 2:56am<br /><br /><P>Locate it to picture box without borders and </P><P>Private Sub DockingPaneManager_AttachPane(ByVal Item As XtremeDockingPane.IPane)<BR>&nbsp;&nbsp;&nbsp; Item.Handle = Picture1.Hwnd<BR>End Sub</P><P>Private Sub Picture1_Resize()<BR>UserControl11.Move 0, 0, Picture1.Width, Picture1.Height<BR>End Sub</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 12 Oct 2004 02:56:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1264&amp;PID=3447&amp;title=pane-resize-with-an-ocx-on#3447</guid>
  </item> 
  <item>
   <title><![CDATA[Pane resize with an ocx &#111;n : I&amp;#039;m not using commandbars,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1264&amp;PID=3442&amp;title=pane-resize-with-an-ocx-on#3442</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=691">ca&#115;tleJoe</a><br /><strong>Subject:</strong> 1264<br /><strong>Posted:</strong> 12 October 2004 at 12:45am<br /><br />I'm not using commandbars, I'm talking about docking pane.]]>
   </description>
   <pubDate>Tue, 12 Oct 2004 00:45:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1264&amp;PID=3442&amp;title=pane-resize-with-an-ocx-on#3442</guid>
  </item> 
  <item>
   <title><![CDATA[Pane resize with an ocx &#111;n : if you are using commandbars,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1264&amp;PID=3441&amp;title=pane-resize-with-an-ocx-on#3441</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1264<br /><strong>Posted:</strong> 11 October 2004 at 11:46pm<br /><br />if you are using commandbars, then only the commandbars_resize even will be called.]]>
   </description>
   <pubDate>Mon, 11 Oct 2004 23:46:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1264&amp;PID=3441&amp;title=pane-resize-with-an-ocx-on#3441</guid>
  </item> 
  <item>
   <title><![CDATA[Pane resize with an ocx &#111;n : I just started looking at the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1264&amp;PID=3434&amp;title=pane-resize-with-an-ocx-on#3434</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=691">ca&#115;tleJoe</a><br /><strong>Subject:</strong> 1264<br /><strong>Posted:</strong> 11 October 2004 at 4:31pm<br /><br /><P>I just started looking at the docking pane and I managed to attach my ocx to it.&nbsp;The ocx holds some other controls that are resized on the resize event of the ocx, but that is not called although the ocx&nbsp;apparently is resized by the pane.&nbsp;How do I trap the resize event so I can adjust the controls inside the ocx?</P><P>Thanks, Joe</P>]]>
   </description>
   <pubDate>Mon, 11 Oct 2004 16:31:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1264&amp;PID=3434&amp;title=pane-resize-with-an-ocx-on#3434</guid>
  </item> 
 </channel>
</rss>