<?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 : saveStatetoString / LoadStateFromString</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : saveStatetoString / LoadStateFromString]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 21:09:30 +0000</pubDate>
  <lastBuildDate>Tue, 27 May 2008 00:17:37 +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=10735</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[saveStatetoString / LoadStateFromString : thank you~~~~~ ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10735&amp;PID=35823&amp;title=savestatetostring-loadstatefromstring#35823</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4193">suja</a><br /><strong>Subject:</strong> 10735<br /><strong>Posted:</strong> 27 May 2008 at 12:17am<br /><br />thank you~~~~~<img src="https://forum.codejock.com/smileys/smiley4.gif" border="0">]]>
   </description>
   <pubDate>Tue, 27 May 2008 00:17:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10735&amp;PID=35823&amp;title=savestatetostring-loadstatefromstring#35823</guid>
  </item> 
  <item>
   <title><![CDATA[saveStatetoString / LoadStateFromString : Hi,   If you would see the help...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10735&amp;PID=35584&amp;title=savestatetostring-loadstatefromstring#35584</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 10735<br /><strong>Posted:</strong> 22 May 2008 at 2:26am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>If you would see the help you would find this:</DIV><DIV><H4 ="dxh4">Example</H4><DIV ="Specific" Name="Example_VB"><P><SPAN ="lang">&#091;LoadStateFromString Sample (Visual Basic)&#093;</SPAN>&nbsp;This sample code illustrates how to Load your Docking Pane layout from a string saved in a file.</p><DIV ="Specific" Name="Code_VB"><TABLE cellSpacing=0 cellPadding=0 ="CodeC&#111;ntainerTable"><T><T><TR><TD noWrap><CODE ="VB">&nbsp;&nbsp;&nbsp;&nbsp;<FONT ="keyword">Dim</FONT> FreeF <FONT ="keyword">As</FONT> <FONT ="keyword">Integer</FONT>, sFile <FONT ="keyword">As</FONT> <FONT ="keyword">String</FONT>, sLayout <FONT ="keyword">As</FONT> <FONT ="keyword">String</FONT><BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;<FONT ="keyword">On</FONT> <FONT ="keyword">Error</FONT> <FONT ="keyword">Resume</FONT> <FONT color=#0e00d0>Next</FONT>:<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;sFile = <FONT ="string">"c:\Layout.000"</FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;FreeF = FreeFile<BR>&nbsp;&nbsp;&nbsp;&nbsp;sLayout = Space(FileLen(sFile))<BR>&nbsp;&nbsp;&nbsp;&nbsp;<FONT ="keyword">Open</FONT> sFile <FONT ="keyword">For</FONT> Binary <FONT ="keyword">As</FONT> #FreeF<BR>&nbsp;&nbsp;&nbsp;&nbsp;<FONT ="keyword">Get</FONT> #FreeF, , sLayout<BR>&nbsp;&nbsp;&nbsp;&nbsp;<FONT ="keyword">Close</FONT> #FreeF<BR>&nbsp;&nbsp;&nbsp;&nbsp;<FONT ="keyword">On</FONT> <FONT ="keyword">Error</FONT> <FONT ="keyword">GoTo</FONT> 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;DockingPaneManager.LoadStateFromString sLayout<BR><DIV>&nbsp;</DIV><DIV></CODE>&nbsp;</DIV></TD></TR></T></T></TABLE></DIV></DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><H4 ="dxh4">Example</H4><DIV ="Specific" Name="Example_VB"><P><SPAN ="lang">&#091;SaveStateToString Sample (Visual Basic)&#093;</SPAN>&nbsp;This sample code illustrates how to Save your Docking Pane layout to a string and save the string in a file.</p><DIV ="Specific" Name="Code_VB"><TABLE cellSpacing=0 cellPadding=0 ="CodeC&#111;ntainerTable"><T><T><TR><TD noWrap><CODE ="VB">&nbsp;&nbsp;&nbsp;&nbsp;<FONT ="keyword">Dim</FONT> FreeF <FONT ="keyword">As</FONT> <FONT ="keyword">Integer</FONT>, sFile <FONT ="keyword">As</FONT> <FONT ="keyword">String</FONT>, sLayout <FONT ="keyword">As</FONT> <FONT ="keyword">String</FONT><BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;sFile = <FONT ="string">"c:\Layout.000"</FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;FreeF = FreeFile<BR>&nbsp;&nbsp;&nbsp;&nbsp;Kill sFile<BR>&nbsp;&nbsp;&nbsp;&nbsp;<FONT ="keyword">Open</FONT> sFile <FONT ="keyword">For</FONT> Binary <FONT ="keyword">As</FONT> #FreeF<BR>&nbsp;&nbsp;&nbsp;&nbsp;<FONT ="keyword">Put</FONT> #FreeF, , DockingPaneManager.SaveStateToString<BR>&nbsp;&nbsp;&nbsp;&nbsp;<FONT ="keyword">Close</FONT> #FreeF<BR></CODE></TD></TR></T></T></TABLE></DIV></DIV><!--DX end --><!--DX start ="edItemList" scrap="MENU_" namespace="seealso" source="Item" ="" Noer="True" NoFooter="True" at="<H4 =dxh4>$$See_Also$$</H4><p id=dxseealsoc&#111;ntent>%%filtereditemlist%%</p>" --><H4 ="dxh4">&nbsp;</H4></DIV>]]>
   </description>
   <pubDate>Thu, 22 May 2008 02:26:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10735&amp;PID=35584&amp;title=savestatetostring-loadstatefromstring#35584</guid>
  </item> 
  <item>
   <title><![CDATA[saveStatetoString / LoadStateFromString : How can i use &amp;#034;saveStatetoString/...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10735&amp;PID=35577&amp;title=savestatetostring-loadstatefromstring#35577</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4193">suja</a><br /><strong>Subject:</strong> 10735<br /><strong>Posted:</strong> 22 May 2008 at 1:50am<br /><br /><P>How can i use "saveStatetoString&nbsp;/ LoadStateFromString "</P><DIV>Where Can i Find the saved string???</DIV>]]>
   </description>
   <pubDate>Thu, 22 May 2008 01:50:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10735&amp;PID=35577&amp;title=savestatetostring-loadstatefromstring#35577</guid>
  </item> 
 </channel>
</rss>