<?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 : LoadState</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : LoadState]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 21:08:29 +0000</pubDate>
  <lastBuildDate>Tue, 30 Aug 2005 05:14: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=2734</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[LoadState : Hi, also don&amp;#039;t call myPane.Handle...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2734&amp;PID=8415&amp;title=loadstate#8415</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2734<br /><strong>Posted:</strong> 30 August 2005 at 5:14am<br /><br /><P>Hi,</P><P>also don't call</P><P>myPane.Handle = Explorer.hwnd in Load event.</P>]]>
   </description>
   <pubDate>Tue, 30 Aug 2005 05:14:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2734&amp;PID=8415&amp;title=loadstate#8415</guid>
  </item> 
  <item>
   <title><![CDATA[LoadState : could you please give me some...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2734&amp;PID=8404&amp;title=loadstate#8404</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1240">jamesblast</a><br /><strong>Subject:</strong> 2734<br /><strong>Posted:</strong> 30 August 2005 at 2:44am<br /><br />could you please give me some more information about this.<br><br>DockingPane_AttachPane is not called at all after loadstate!<br><br>thank you!<br><br><br>]]>
   </description>
   <pubDate>Tue, 30 Aug 2005 02:44:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2734&amp;PID=8404&amp;title=loadstate#8404</guid>
  </item> 
  <item>
   <title><![CDATA[LoadState : could you please explain this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2734&amp;PID=8179&amp;title=loadstate#8179</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1240">jamesblast</a><br /><strong>Subject:</strong> 2734<br /><strong>Posted:</strong> 17 August 2005 at 8:39am<br /><br />could you please explain this with some code.<br>I did <br>myPane.Handle = Explorer.hwnd<br>after the LoadState, but that had no effect.<br><br>thank you!<br><br><br>]]>
   </description>
   <pubDate>Wed, 17 Aug 2005 08:39:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2734&amp;PID=8179&amp;title=loadstate#8179</guid>
  </item> 
  <item>
   <title><![CDATA[LoadState : Sounds like you need to re-attach...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2734&amp;PID=8177&amp;title=loadstate#8177</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 2734<br /><strong>Posted:</strong> 17 August 2005 at 7:51am<br /><br />Sounds like you need to re-attach the form to the pane in the Attach event.]]>
   </description>
   <pubDate>Wed, 17 Aug 2005 07:51:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2734&amp;PID=8177&amp;title=loadstate#8177</guid>
  </item> 
  <item>
   <title><![CDATA[LoadState : Hello,  i add one Pane to my...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2734&amp;PID=8172&amp;title=loadstate#8172</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1240">jamesblast</a><br /><strong>Subject:</strong> 2734<br /><strong>Posted:</strong> 17 August 2005 at 5:37am<br /><br />Hello,<br><br>i add one Pane to my PaneManager by<br>Explorer.Show<br>Dim myPane as Pane<br>Set myPane = Form1.DockingPane.CreatePane(1, 200, 120, DockLeftOf, Nothing)<br>myPane.Title = "My Title"<br>myPane.Handle = Explorer.hwnd<br>myPane.Options = PaneNoHideable<br><br>Explorer is my Form to catch.<br>First of all, i have to add<br>Explorer.Show<br>in the first line to get the form displayed in the pane at all.<br><br>after this code i execute <br>Form1.DockingPane.LoadState RegRoot, "Settings", "User"<br>then, the form moves to the position saved by SaveState before (unloadform) BUT the Pane gets grey, just grey. the "Explorer" is notdisplayed anymore.<br><br>this is the only code for the PaneManager, nothing else.<br><br>what am i doing wrong?<br><br>thank you!<br><br>PS: this could be something like:<br>http://forum.codejock.com/forum_posts.asp?TID=1863<br>]]>
   </description>
   <pubDate>Wed, 17 Aug 2005 05:37:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2734&amp;PID=8172&amp;title=loadstate#8172</guid>
  </item> 
 </channel>
</rss>