<?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 use CXTResizeDialog class</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : How to use CXTResizeDialog class]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 07:00:04 +0000</pubDate>
  <lastBuildDate>Tue, 05 Apr 2011 20:58:43 +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=18144</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 use CXTResizeDialog class : Hi, I know this method,but I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18144&amp;PID=63727&amp;title=how-to-use-cxtresizedialog-class#63727</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6004">eousi</a><br /><strong>Subject:</strong> 18144<br /><strong>Posted:</strong> 05 April 2011 at 8:58pm<br /><br />Hi,<DIV>I know this method,but I only want to know how to use <strong>CXTResizeDialog class.Can you give me a sample?</strong><BR></DIV>]]>
   </description>
   <pubDate>Tue, 05 Apr 2011 20:58:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18144&amp;PID=63727&amp;title=how-to-use-cxtresizedialog-class#63727</guid>
  </item> 
  <item>
   <title><![CDATA[How to use CXTResizeDialog class : If you have only one control to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18144&amp;PID=63711&amp;title=how-to-use-cxtresizedialog-class#63711</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 18144<br /><strong>Posted:</strong> 05 April 2011 at 4:22am<br /><br />If you have only one control to fit whole dialog, its much easear manually resize it in OnSize event.<div><br></div><div>m_tree.MoveWindow(0, 0, cx, cy);</div>]]>
   </description>
   <pubDate>Tue, 05 Apr 2011 04:22:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18144&amp;PID=63711&amp;title=how-to-use-cxtresizedialog-class#63711</guid>
  </item> 
  <item>
   <title><![CDATA[How to use CXTResizeDialog class : I create a dialog and place a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18144&amp;PID=63645&amp;title=how-to-use-cxtresizedialog-class#63645</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6004">eousi</a><br /><strong>Subject:</strong> 18144<br /><strong>Posted:</strong> 30 March 2011 at 10:21pm<br /><br />I create a dialog and place a tree control on it.Now I change the size of dialog,and I want the tree control to have the same size with dialog.I use SetResize method of CXTResizeDialog class,but there is a problem.I want to&nbsp;see the sample of this class,Thanks.My code is below:<DIV>void CDlgTypeList::OnSize(UINT nType, int cx, int cy)</DIV><DIV>{</DIV><DIV>&nbsp;&nbsp; CDialog::OnSize(nType, cx, cy);</DIV><DIV>&nbsp;&nbsp; CXTResizeDialog rszDlg;</DIV><DIV>&nbsp;&nbsp; CXTResizeRect rszRc;</DIV><DIV>&nbsp;&nbsp; CRect rc;</DIV><DIV>&nbsp;&nbsp; GetWindowRect(rc);</DIV><DIV>&nbsp;&nbsp; rszRc=rc;</DIV><DIV>&nbsp;&nbsp; rszDlg.SetResize(IDC_TREE, rszRc.left, rszRc.top, rszRc.right, rszRc.bottom);</DIV><DIV>}</DIV>]]>
   </description>
   <pubDate>Wed, 30 Mar 2011 22:21:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18144&amp;PID=63645&amp;title=how-to-use-cxtresizedialog-class#63645</guid>
  </item> 
 </channel>
</rss>