<?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 : DockingPane is not correct</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : DockingPane is not correct]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 12:12:44 +0000</pubDate>
  <lastBuildDate>Mon, 15 Jan 2007 08:48:39 +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=6113</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[DockingPane is not correct : It&amp;#039;s OK now, Thank you Oleg...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6113&amp;PID=19355&amp;title=dockingpane-is-not-correct#19355</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2568">zjroland</a><br /><strong>Subject:</strong> 6113<br /><strong>Posted:</strong> 15 January 2007 at 8:48am<br /><br />It's OK now, Thank you Oleg !!!]]>
   </description>
   <pubDate>Mon, 15 Jan 2007 08:48:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6113&amp;PID=19355&amp;title=dockingpane-is-not-correct#19355</guid>
  </item> 
  <item>
   <title><![CDATA[DockingPane is not correct : Hi, Problem in Group boxes. try...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6113&amp;PID=19308&amp;title=dockingpane-is-not-correct#19308</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6113<br /><strong>Posted:</strong> 14 January 2007 at 11:03am<br /><br />Hi,<DIV>Problem in Group boxes. try to subclass them to CXTResizeGroupBox:</DIV><DIV>&nbsp;</DIV>CXTResizeGroupBox m_groupSort;<DIV>...<BR></DIV><DIV>m_groupSort.SubclassDlgItem(IDC_GBOX_SORT, this);<BR></DIV>]]>
   </description>
   <pubDate>Sun, 14 Jan 2007 11:03:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6113&amp;PID=19308&amp;title=dockingpane-is-not-correct#19308</guid>
  </item> 
  <item>
   <title><![CDATA[DockingPane is not correct : I have a DockingPane, it&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6113&amp;PID=19303&amp;title=dockingpane-is-not-correct#19303</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2568">zjroland</a><br /><strong>Subject:</strong> 6113<br /><strong>Posted:</strong> 14 January 2007 at 10:22am<br /><br /><DIV>I have a DockingPane, it's a CXTResizeFormView(resource is a dialog),when it slide out ,it look like:</DIV><DIV><img src="https://forum.codejock.com/uploads/20070114_101934_Dockingpane.gif" border="0"></DIV><DIV>below is the code:</DIV><DIV>&nbsp;</DIV><DIV>IMPLEMENT_DYNCREATE(CPaneSearch, CXTResizeFormView)CPaneSearch::CPaneSearch()<BR>&nbsp;: CXTResizeFormView(CPaneSearch::IDD)<BR>{<BR>&nbsp;m_bInitialized = FALSE;<BR>}</DIV><DIV>CPaneSearch::~CPaneSearch()<BR>{<BR>}</DIV><P>void CPaneSearch::DoDataExchange(CDataExchange* pDX)<BR>{<BR>&nbsp;CXTResizeFormView::DoDataExchange(pDX);<BR>}</P><P><BR>BEGIN_MESSAGE_MAP(CPaneSearch, CXTResizeFormView)</P><P>END_MESSAGE_MAP()</P><P>/////////////////////////////////////////////////////////////////////////////<BR>// CPaneSearch diagnostics</P><P>#ifdef _DEBUG<BR>void CPaneSearch::AssertValid() const<BR>{<BR>&nbsp;CXTResizeFormView::AssertValid();<BR>}</P><P>void CPaneSearch::Dump(CDumpContext&amp; dc) const<BR>{<BR>&nbsp;CXTResizeFormView::Dump(dc);<BR>}<BR>#endif //_DEBUG</P><P><BR>/////////////////////////////////////////////////////////////////////////////<BR>// CPaneSearch message handlers</P><P>void CPaneSearch::OnInitialUpdate()<BR>{<BR>&nbsp;CXTResizeFormView::OnInitialUpdate();</P><P>&nbsp;SetScaleToFitSize(CSize(1, 1));<BR>&nbsp;<BR>&nbsp;if (m_bInitialized)<BR>&nbsp;&nbsp;return;</P><P>&nbsp;//SetResize(IDC_BUTTON_REPLACEALL, SZ_TOP_RIGHT, SZ_TOP_RIGHT);<BR>&nbsp;m_bInitialized = TRUE;<BR>}</P><P>BOOL CPaneSearch::PreCreateWindow(CREATESTRUCT&amp; cs)<BR>{<BR>&nbsp;cs.style |= WS_CLIPCHILDREN|WS_CLIPSIBLINGS;</P><P>&nbsp;return CXTResizeFormView::PreCreateWindow(cs);<BR>}</P><P><BR>BOOL CPaneSearch::PreTranslateMessage(MSG* pMsg)<BR>{<BR>&nbsp;if (pMsg-&gt;message == WM_KEYDOWN || pMsg-&gt;message == WM_SYSKEYDOWN)<BR>&nbsp;{<BR>&nbsp;&nbsp;if ((::GetFocus() == m_hWnd) || (::GetParent(::GetFocus()) == m_hWnd) || (::GetParent(::GetParent(::GetFocus())) == m_hWnd))<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;if (IsDialogMessage(pMsg))<BR>&nbsp;&nbsp;&nbsp;&nbsp;return TRUE;<BR>&nbsp;&nbsp;}<BR>&nbsp;}<BR>&nbsp;return CXTResizeFormView::PreTranslateMessage(pMsg);<BR>}</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sun, 14 Jan 2007 10:22:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6113&amp;PID=19303&amp;title=dockingpane-is-not-correct#19303</guid>
  </item> 
 </channel>
</rss>