<?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 : Two methods to create docking pane.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Two methods to create docking pane.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 09 Jun 2026 16:29:18 +0000</pubDate>
  <lastBuildDate>Wed, 29 Apr 2009 03:07:19 +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=14170</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[Two methods to create docking pane. : I read sample code, and got two...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14170&amp;PID=48458&amp;title=two-methods-to-create-docking-pane#48458</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5185">chas</a><br /><strong>Subject:</strong> 14170<br /><strong>Posted:</strong> 29 April 2009 at 3:07am<br /><br /><P>I read sample code, and got two methods to create docking pane:</P><DIV>1. Create a pane base on a CWnd derived class.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;m_wndView.Create(_T("STATIC"), NULL, WS_CHILD|WS_VISIBLE|WS_CLIPCHILDREN|WS_CLIPSIBLINGS, CXTPEmptyRect(), this, 0);<BR></DIV><DIV>2.&nbsp;Create a pane base on a CView derived class.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; pPane-&gt;AttachView(this, RUNTIME_CLASS(CDynamicHelpView));</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>So may question is, are they standand method to create docking pane in Xtreme toolkits?</DIV><DIV>can I use the first method to&nbsp;create a pane base on a CView derived class?</DIV>]]>
   </description>
   <pubDate>Wed, 29 Apr 2009 03:07:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14170&amp;PID=48458&amp;title=two-methods-to-create-docking-pane#48458</guid>
  </item> 
 </channel>
</rss>