<?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 free the Docking Pane ??</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : How to free the Docking Pane ??]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 17:55:45 +0000</pubDate>
  <lastBuildDate>Wed, 10 Oct 2007 14:00:13 +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=8378</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 free the Docking Pane ?? : Hello, Panes are destroyed automatically....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8378&amp;PID=27181&amp;title=how-to-free-the-docking-pane#27181</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8378<br /><strong>Posted:</strong> 10 October 2007 at 2:00pm<br /><br /><P>Hello,</P><DIV></DIV>Panes are destroyed automatically.]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 14:00:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8378&amp;PID=27181&amp;title=how-to-free-the-docking-pane#27181</guid>
  </item> 
  <item>
   <title><![CDATA[How to free the Docking Pane ?? : class CDocPaneMgr : public CXTPDockingPaneManager...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8378&amp;PID=27159&amp;title=how-to-free-the-docking-pane#27159</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2333">amitb</a><br /><strong>Subject:</strong> 8378<br /><strong>Posted:</strong> 10 October 2007 at 7:12am<br /><br /><font face="Courier New, Courier, mono">class CDocPaneMgr : public CXTPDockingPaneManager <br>{<br>&nbsp;&nbsp; CXTPDockingPane* m_pDocPane;<br>}<br><br>// Constructor<br>CDocPaneMgr ::Create(...)<br>{<br>&nbsp;&nbsp; m_pDocPane = CreatePane(...);<br>}</font><br><br><br><font color="#0033ff">Now since m_pDocPane is a pointer to the newly created Pane, how do i destroy the pane when the job is done??<br><br>Means, what should i do in the destructor so that the pane created by CreatePane is destroyed/freed.</font><br><br><font face="Courier New, Courier, mono">// Destructor<br>CDocPaneMgr::~CDocPaneMgr()<br>{<br>&nbsp;&nbsp; /// How to free the m_pDocPane ??? <br>}</font><br><br>]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 07:12:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8378&amp;PID=27159&amp;title=how-to-free-the-docking-pane#27159</guid>
  </item> 
 </channel>
</rss>