<?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 : How to fill a form</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : How to fill a form]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 11:32:08 +0000</pubDate>
  <lastBuildDate>Thu, 22 Feb 2007 09:06:52 +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=6488</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[How to fill a form :    Jean wrote: DockingPaneManager.Options.HideClient...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6488&amp;PID=20654&amp;title=how-to-fill-a-form#20654</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2720">Albert1</a><br /><strong>Subject:</strong> 6488<br /><strong>Posted:</strong> 22 February 2007 at 9:06am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Jean" alt="Originally posted by Jean" style="vertical-align: text-bottom;" /> <strong>Jean wrote:</strong><br /><br /><div><font face="Courier New, Courier, mono">&nbsp;DockingPaneManager.Options.HideClient = True</font></div></td></tr></table><br><br>Great!!! It works as I wish. Thank you<br><br>(maybe a little hard to find this property)<br><br><br>]]>
   </description>
   <pubDate>Thu, 22 Feb 2007 09:06:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6488&amp;PID=20654&amp;title=how-to-fill-a-form#20654</guid>
  </item> 
  <item>
   <title><![CDATA[How to fill a form : Did you try: DockingPaneManager.Options.HideClient...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6488&amp;PID=20653&amp;title=how-to-fill-a-form#20653</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2575">Jean</a><br /><strong>Subject:</strong> 6488<br /><strong>Posted:</strong> 22 February 2007 at 9:01am<br /><br />Did you try:<DIV><FONT face="Courier New, Courier, mono">&nbsp;DockingPaneManager.Options.HideClient = True</FONT></DIV>]]>
   </description>
   <pubDate>Thu, 22 Feb 2007 09:01:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6488&amp;PID=20653&amp;title=how-to-fill-a-form#20653</guid>
  </item> 
  <item>
   <title><![CDATA[How to fill a form : Hello,how could I fill a form...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6488&amp;PID=20650&amp;title=how-to-fill-a-form#20650</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2720">Albert1</a><br /><strong>Subject:</strong> 6488<br /><strong>Posted:</strong> 22 February 2007 at 8:03am<br /><br />Hello,<br>how could I fill a form using three panels without using other controls?.<br><br>This code leads to a strange right space (why???)<br><br><br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub Form_Load()<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Dim A As Pane, B As Pane, C As Pane<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set A = DockingPaneManager.CreatePane(1, 400, 400, DockLeftOf, Nothing)<br>&nbsp;&nbsp;&nbsp; A.Title = "Pane A"<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set B = DockingPaneManager.CreatePane(2, 400, 400, DockRightOf, A)<br>&nbsp;&nbsp;&nbsp; B.Title = "Pane B"<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set C = DockingPaneManager.CreatePane(3, 400, 400, DockBottomOf, B)<br>&nbsp;&nbsp;&nbsp; C.Title = "Pane C"<br><br>End Sub<br><br></pre></td></tr></table><br><br>Thank you<br>]]>
   </description>
   <pubDate>Thu, 22 Feb 2007 08:03:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6488&amp;PID=20650&amp;title=how-to-fill-a-form#20650</guid>
  </item> 
 </channel>
</rss>