<?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 : CTXResizeDialog</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CTXResizeDialog]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 21:41:59 +0000</pubDate>
  <lastBuildDate>Sun, 31 Jul 2005 13:33:34 +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=2663</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[CTXResizeDialog : You can set xtResizeNoSizeIcon...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2663&amp;PID=7938&amp;title=ctxresizedialog#7938</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2663<br /><strong>Posted:</strong> 31 July 2005 at 1:33pm<br /><br /><P>You can set <FONT size=2>xtResizeNoSizeIcon flag in dialog base Constructor to remove it at all.</FONT></P><P><FONT size=2>Also try to call Init() _after_ you remove caption. </FONT></P><P><FONT size=2></FONT>&nbsp;</P>]]>
   </description>
   <pubDate>Sun, 31 Jul 2005 13:33:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2663&amp;PID=7938&amp;title=ctxresizedialog#7938</guid>
  </item> 
  <item>
   <title><![CDATA[CTXResizeDialog : In our application, we &amp;#034;dock&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2663&amp;PID=7936&amp;title=ctxresizedialog#7936</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1258">MLatimer</a><br /><strong>Subject:</strong> 2663<br /><strong>Posted:</strong> 31 July 2005 at 3:06am<br /><br />In our application, we "dock" dialogs together. When we do this, weremove the titlebar. The casuses the resize grip to be positioned upthe dialog (see image),<br><br>We have tried resizing the window to allow for this (see commented outcode below). The code that hides the caption follows:&nbsp; Anysugesstions?<br><br>&nbsp;&nbsp;&nbsp; // Get Size<br>&nbsp;&nbsp;&nbsp; GetWindowRect(rectInst);<br><br>&nbsp;&nbsp;&nbsp; // Get current style<br>&nbsp;&nbsp;&nbsp; DWORD style = GetStyle ();<br><br>&nbsp;&nbsp;&nbsp; // If we are already showing the caption, no further action<br>&nbsp;&nbsp;&nbsp; if(style &amp; WS_CAPTION)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // Hide the Caption<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ModifyStyle(WS_CAPTION, 0, 0);<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // Decrease&nbsp; the size of the window to allow for the caption<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; int nCaption = GetSystemMetrics(SM_CYCAPTION);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // SetWindowPos(&amp;wndTopMost,0, 0, rectInst.Width(), rectInst.Height() - nCaption, SWP_NOMOVE);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // OnSize(SIZE_MAXSHOW, rectInst.Width(), rectInst.Height() - nCaption);<br><br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // Redraw the window<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Invalidate();<br><br>&nbsp;&nbsp;&nbsp; }<br><img src="uploads/MLatimer/2005-07-31_030604_resize.gif" border="0"><br>]]>
   </description>
   <pubDate>Sun, 31 Jul 2005 03:06:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2663&amp;PID=7936&amp;title=ctxresizedialog#7936</guid>
  </item> 
 </channel>
</rss>