<?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 : Disappearing Panes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Disappearing Panes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 19:57:28 +0000</pubDate>
  <lastBuildDate>Wed, 21 Jan 2009 02:14:18 +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=13214</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[Disappearing Panes : Hi,  Don&amp;#039;t think you need...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13214&amp;PID=44747&amp;title=disappearing-panes#44747</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13214<br /><strong>Posted:</strong> 21 January 2009 at 2:14am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Don't think you need </DIV><DIV><FONT size=2>dp.SetMDIClient(Properties.Handle.ToInt32())</FONT></DIV><DIV><FONT size=2>line.</FONT></DIV>]]>
   </description>
   <pubDate>Wed, 21 Jan 2009 02:14:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13214&amp;PID=44747&amp;title=disappearing-panes#44747</guid>
  </item> 
  <item>
   <title><![CDATA[Disappearing Panes : HI, im evalueting Docking Panes...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13214&amp;PID=44724&amp;title=disappearing-panes#44724</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4890">antcella</a><br /><strong>Subject:</strong> 13214<br /><strong>Posted:</strong> 20 January 2009 at 9:22am<br /><br />HI,<DIV>im evalueting Docking Panes in VB.NET 2005.</DIV><DIV>&nbsp;</DIV><DIV>My code adds a Pane and handles a form <strong>Properties</strong>.</DIV><DIV>&nbsp;</DIV><DIV>If i start with Floating Pane i see the pane, but if i try to drag it and dock to any side of MDI form, on drop it disappear.</DIV><DIV>&nbsp;</DIV><DIV>Here is the code:</DIV><DIV><B><FONT size=4><P></FONT><FONT size=2><FONT color=#0000ff><FONT color=#0000ff>Private</FONT></FONT> <FONT color=#0000ff><FONT color=#0000ff>Sub</FONT></FONT> frmMain_Load(<FONT color=#0000ff><FONT color=#0000ff>ByVal</FONT></FONT> sender <FONT color=#0000ff><FONT color=#0000ff>As</FONT></FONT> System.Object, <FONT color=#0000ff><FONT color=#0000ff>ByVal</FONT></FONT> e <FONT color=#0000ff><FONT color=#0000ff>As</FONT></FONT> System.EventArgs) <FONT color=#0000ff><FONT color=#0000ff>Handles</FONT></FONT> <FONT color=#0000ff><FONT color=#0000ff>MyBase</FONT></FONT>.Load</FONT></P><P><FONT size=2>dp.Options.ThemedFloatingFrames = <FONT color=#0000ff><FONT color=#0000ff>True</P></FONT></FONT></FONT><P><FONT size=2>dp.SetMDIClient(Properties.Handle.ToInt32())</FONT></P><P><FONT size=2><FONT color=#0000ff><FONT color=#0000ff>Dim</FONT></FONT> G <FONT color=#0000ff><FONT color=#0000ff>As</FONT></FONT> Pane</FONT></P></B><B><P><FONT size=2>G = dp.CreatePane(<FONT color=#bb0000><FONT color=#bb0000>1</FONT></FONT>, <FONT color=#bb0000><FONT color=#bb0000>200</FONT></FONT>, <FONT color=#bb0000><FONT color=#bb0000>120</FONT></FONT>, DockingDirection.DockLeftOf, <FONT color=#0000ff><FONT color=#0000ff>Nothing</FONT></FONT>)</FONT></P></B><B><P><FONT size=2>dp.Options.LunaColors = <FONT color=#0000ff><FONT color=#0000ff>True</P></FONT></FONT></FONT><P><FONT size=2>dp.VisualTheme = VisualTheme.ThemeOffice2003</FONT></P><P><FONT size=2>dp.TabPaintManager.OneNoteColors = <FONT color=#0000ff><FONT color=#0000ff>False</P></FONT></FONT></FONT><P><FONT size=2>dp.PanelPaintManager.OneNoteColors = <FONT color=#0000ff><FONT color=#0000ff>False</P></FONT></FONT></FONT><P><FONT size=2>dp.TabPaintManager.ClientFrame = XtremeDockingPane.XTPTabClientFrame.xtpTabFrameNone</FONT></P><P><FONT size=2>dp.Options.ShowDockingContextStickers = <FONT color=#0000ff><FONT color=#0000ff>True</P></FONT></FONT></FONT><P><FONT size=2>dp.Options.AlphaDockingContext = <FONT color=#0000ff><FONT color=#0000ff>True</P></FONT></FONT></FONT><P><FONT size=2>dp.Options.ShowCaptionMaximizeButton = <FONT color=#0000ff><FONT color=#0000ff>True</P></FONT></FONT></FONT><P><FONT size=2>dp.Options.CloseGroupOnButtonClick = <FONT color=#0000ff><FONT color=#0000ff>True</P></FONT></FONT></FONT><P><FONT color=#408080><FONT color=#408080><FONT size=2>'dp.Options.HideGroupOnButtonClick = True</FONT></P></B><P><FONT size=2>&nbsp;</FONT></P></FONT></FONT><B><P><FONT size=2>G.Title = <FONT color=#008000><FONT color=#008000>"Pane 1 - Not Hideable "</FONT></FONT> &amp; Constants.vbLf &amp; <FONT color=#008000><FONT color=#008000>"Pane 1"</P></FONT></FONT></FONT><P><FONT size=2>G.Floating = <FONT color=#0000ff><FONT color=#0000ff>True</P></FONT></FONT></FONT><P><FONT size=2>G.Options = PaneOptions.PaneNoHideable</FONT></P></B><B><P><FONT size=2><FONT color=#0000ff><FONT color=#0000ff>End</FONT></FONT> <FONT color=#0000ff><FONT color=#0000ff>Sub</P></B></FONT></FONT></FONT><B><P><FONT size=2><FONT color=#0000ff><FONT color=#0000ff>Private</FONT></FONT> <FONT color=#0000ff><FONT color=#0000ff>Sub</FONT></FONT> dp_AttachPaneEvent(<FONT color=#0000ff><FONT color=#0000ff>ByVal</FONT></FONT> sender <FONT color=#0000ff><FONT color=#0000ff>As</FONT></FONT> <FONT color=#0000ff><FONT color=#0000ff>Object</FONT></FONT>, <FONT color=#0000ff><FONT color=#0000ff>ByVal</FONT></FONT> e <FONT color=#0000ff><FONT color=#0000ff>As</FONT></FONT> AxXtremeDockingPane._DDockingPaneEvents_AttachPaneEvent) <FONT color=#0000ff><FONT color=#0000ff>Handles</FONT></FONT> dp.AttachPaneEvent</FONT></P><P><FONT size=2><FONT color=#0000ff><FONT color=#0000ff>Select</FONT></FONT> <FONT color=#0000ff><FONT color=#0000ff>Case</FONT></FONT> e.item.Id</FONT></P><P><FONT size=2><FONT color=#0000ff><FONT color=#0000ff>Case</FONT></FONT> <FONT color=#bb0000><FONT color=#bb0000>1</P></FONT></FONT></FONT><P><FONT size=2>e.item.Handle = Properties.Handle.ToInt32</FONT></P><P><FONT size=2><FONT color=#0000ff><FONT color=#0000ff>End</FONT></FONT> <FONT color=#0000ff><FONT color=#0000ff>Select</P></FONT></FONT></FONT><P><FONT size=3><FONT size=2><FONT color=#0000ff><FONT color=#0000ff>End</FONT></FONT> <FONT color=#0000ff size=4><FONT color=#0000ff size=4><FONT size=2>Sub</FONT></P></B></FONT></FONT></FONT></FONT></DIV>]]>
   </description>
   <pubDate>Tue, 20 Jan 2009 09:22:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13214&amp;PID=44724&amp;title=disappearing-panes#44724</guid>
  </item> 
 </channel>
</rss>