<?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 : Docking Panes within a CDialog</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Docking Panes within a CDialog]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 05:28:41 +0000</pubDate>
  <lastBuildDate>Tue, 27 Dec 2005 23:50:22 +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=3444</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[Docking Panes within a CDialog : Yes. Method 2 works. We need...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3444&amp;PID=10347&amp;title=docking-panes-within-a-cdialog#10347</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1686">ccmouse</a><br /><strong>Subject:</strong> 3444<br /><strong>Posted:</strong> 27 December 2005 at 11:50pm<br /><br /><P>Yes. Method 2 works.</P><P>We need to&nbsp;set the window style to WS_OVERLAPPED instead of WS_POPUP.</P><P>And, it seems setting WS_OVERLAPPED will imply some other styles such as WS_CAPTION during the call to CreateWindow, so I have to use SetWindowLong to manually remove the unwanted styles after window creation.</P><P>Thanks.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 27 Dec 2005 23:50:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3444&amp;PID=10347&amp;title=docking-panes-within-a-cdialog#10347</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Panes within a CDialog : 2. It must work. Are sure you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3444&amp;PID=10341&amp;title=docking-panes-within-a-cdialog#10341</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3444<br /><strong>Posted:</strong> 27 December 2005 at 5:38am<br /><br />2. It must work. Are sure you don't forget WS_VISIBLE style?]]>
   </description>
   <pubDate>Tue, 27 Dec 2005 05:38:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3444&amp;PID=10341&amp;title=docking-panes-within-a-cdialog#10341</guid>
  </item> 
  <item>
   <title><![CDATA[Docking Panes within a CDialog : Hi, I have come to a problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3444&amp;PID=10340&amp;title=docking-panes-within-a-cdialog#10340</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1686">ccmouse</a><br /><strong>Subject:</strong> 3444<br /><strong>Posted:</strong> 27 December 2005 at 5:24am<br /><br /><P>Hi,</P><P>I have come to a problem where I need to place a pane inside some top-level window which has no borders or title bars. To implement this, I could:</P><P>1. Create a CDialog object that holds the panes. But this seems unfeasible because panes might only be contained in frame windows.</P><P>2. Create a frame window with no title bars or borders. I also failed to do so because when I modify the styles, the frame window cannot display itself even if I manually let it repaint.</P><P>Please help me on this incident and propose your ways to implement this requirement. Thanks.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 27 Dec 2005 05:24:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3444&amp;PID=10340&amp;title=docking-panes-within-a-cdialog#10340</guid>
  </item> 
 </channel>
</rss>