<?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 : CXTResizeDialog in a pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : CXTResizeDialog in a pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 01:58:10 +0000</pubDate>
  <lastBuildDate>Wed, 16 Sep 2009 05:31:06 +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=15179</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[CXTResizeDialog in a pane : brilliant thanks - that worked. ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15179&amp;PID=53069&amp;title=cxtresizedialog-in-a-pane#53069</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1738">Robin Imrie</a><br /><strong>Subject:</strong> 15179<br /><strong>Posted:</strong> 16 September 2009 at 5:31am<br /><br /><img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"> brilliant thanks - that worked.]]>
   </description>
   <pubDate>Wed, 16 Sep 2009 05:31:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15179&amp;PID=53069&amp;title=cxtresizedialog-in-a-pane#53069</guid>
  </item> 
  <item>
   <title><![CDATA[CXTResizeDialog in a pane : Hi,  Change Dialog Style from...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15179&amp;PID=53065&amp;title=cxtresizedialog-in-a-pane#53065</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 15179<br /><strong>Posted:</strong> 16 September 2009 at 5:17am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Change Dialog Style from "popup" to "child"</DIV>]]>
   </description>
   <pubDate>Wed, 16 Sep 2009 05:17:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15179&amp;PID=53065&amp;title=cxtresizedialog-in-a-pane#53065</guid>
  </item> 
  <item>
   <title><![CDATA[CXTResizeDialog in a pane : I have a project which has a CXTResizeDialog...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15179&amp;PID=53035&amp;title=cxtresizedialog-in-a-pane#53035</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1738">Robin Imrie</a><br /><strong>Subject:</strong> 15179<br /><strong>Posted:</strong> 15 September 2009 at 12:28pm<br /><br />I have a project which has a CXTResizeDialog in a docking pane. Whilst docked it resizes as required, however once undocked i can't resize it.<br><br>to reproduce... (project also attached!)<a href="uploads/20090915_122542_demo1.zip" target="_blank">uploads/20090915_122542_demo1.zip</a><br><br>1. Created a simple SDI with doc/view project using the toolkit Pro wizard.<br>2. Create a new dialog (border set to "none")<br>3. Create a class for the dialog (CDialogPane)<br>4. for this class change all instanses of CDialog to CXTResizeDialog<br>5. add the header file for the dialog class to mainframe.h<br>6. in MainFrame.h change the line <font face="Courier New, Courier, mono"><br></font><blockquote><font face="Courier New, Courier, mono">CXTPOfficeBorder&lt;CEdit&gt; m_wndProperties; </font><br></blockquote>to<blockquote><font face="Courier New, Courier, mono">CDialogPane&nbsp;&nbsp;&nbsp; m_wndProperties;</font><br></blockquote>7. in mainframe.cpp (function: CMainFrame::OnDockingPaneNotify) change <br><font face="Courier New, Courier, mono">&nbsp;&nbsp; if (m_wndProperties.GetSafeHwnd() == 0)<br>&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_wndProperties.Create(WS_CHILD|<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; ES_AUTOVSCROLL|ES_MULTILINE,<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; CRect(0, 0, 0, 0), this, 0);<br>&nbsp;&nbsp;&nbsp; }<br>to<br>&nbsp;&nbsp;&nbsp; if (m_wndProperties.GetSafeHwnd() == 0)<br>&nbsp;&nbsp;&nbsp;  {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_wndProperties.Create( IDD_DIALOG1, this );<br>&nbsp;&nbsp;&nbsp; }<br>8. build and run...<br><br>what do I need to do so that I can resize this pane when it is un-docked.<br></font><br><br>]]>
   </description>
   <pubDate>Tue, 15 Sep 2009 12:28:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15179&amp;PID=53035&amp;title=cxtresizedialog-in-a-pane#53035</guid>
  </item> 
 </channel>
</rss>