<?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 Pin a Pane programmatically</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : How to Pin a Pane programmatically]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 18:40:22 +0000</pubDate>
  <lastBuildDate>Wed, 13 Oct 2010 05:25:28 +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=17401</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 Pin a Pane programmatically : yeah, that&amp;#039;ll work. I use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17401&amp;PID=60846&amp;title=how-to-pin-a-pane-programmatically#60846</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6296">Hemesh</a><br /><strong>Subject:</strong> 17401<br /><strong>Posted:</strong> 13 October 2010 at 5:25am<br /><br />yeah, that'll work. I use a function...<br><br>Public Sub ShortcutBarVisible(ByVal blnVisible As Boolean)<br>&nbsp;&nbsp;&nbsp; If blnVisible Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dpmMain.DockPane dpmMain.Panes(1), 205, 205, DockLeftOf, Nothing<br>&nbsp;&nbsp;&nbsp; Else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dpmMain.Panes(1).Close<br>&nbsp;&nbsp;&nbsp; End If<br>End Sub<br>]]>
   </description>
   <pubDate>Wed, 13 Oct 2010 05:25:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17401&amp;PID=60846&amp;title=how-to-pin-a-pane-programmatically#60846</guid>
  </item> 
  <item>
   <title><![CDATA[How to Pin a Pane programmatically : Hi,Try frist call ClosePane. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17401&amp;PID=60839&amp;title=how-to-pin-a-pane-programmatically#60839</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17401<br /><strong>Posted:</strong> 13 October 2010 at 1:02am<br /><br />Hi,<div><br></div><div>Try frist call ClosePane.</div>]]>
   </description>
   <pubDate>Wed, 13 Oct 2010 01:02:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17401&amp;PID=60839&amp;title=how-to-pin-a-pane-programmatically#60839</guid>
  </item> 
  <item>
   <title><![CDATA[How to Pin a Pane programmatically : If I hide a pane...  DockingPaneManager.HidePane...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17401&amp;PID=60791&amp;title=how-to-pin-a-pane-programmatically#60791</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6414">GMWade</a><br /><strong>Subject:</strong> 17401<br /><strong>Posted:</strong> 11 October 2010 at 12:05pm<br /><br />If I hide a pane...<DIV>&nbsp;</DIV><DIV>DockingPaneManager.HidePane DockingPaneManager.Panes(1)</DIV><DIV>&nbsp;</DIV><DIV>...then show it again...</DIV><DIV>&nbsp;</DIV><DIV>DockingPaneManager.ShowPane 1</DIV><DIV>&nbsp;</DIV><DIV>...the pane is shown, but not pinned.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>How can I do that?</DIV>]]>
   </description>
   <pubDate>Mon, 11 Oct 2010 12:05:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17401&amp;PID=60791&amp;title=how-to-pin-a-pane-programmatically#60791</guid>
  </item> 
 </channel>
</rss>