<?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 : Removing border from MDI client</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : Removing border from MDI client]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 17:59:02 +0000</pubDate>
  <lastBuildDate>Fri, 30 Sep 2016 15:35:11 +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=4454</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[Removing border from MDI client : I don&amp;#039;t thing CJ has an UpdateClientEdge...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4454&amp;PID=75170&amp;title=removing-border-from-mdi-client#75170</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 4454<br /><strong>Posted:</strong> 30 September 2016 at 3:35pm<br /><br />I don't thing CJ has an UpdateClientEdge API. But MFC does and the code will change your frame's setting to match the MDI child window. So that's what I figured he was talking about.<br><br>I haven't noticed an issue with our frame when using the tabbed document framework of CJ. I don't set the client edge style. But again, I'm not using the Document/View framework. <br><br>I do use the tabbed MDI stuff. In order to get the MDI tabbed interface with CJ for our app, I had to edit CXTPTabClientWnd and make MDIGetActive virtual so I could override it. I don't recall all the gory details but basically the code routed to a method (in MFC?) that got the window handle via WM_MDIGETACTIVE and then called CWnd::FromHandlePermanent. So it failed to find a CWnd. In my override I sent the message and then return CWnd::FromHandle.<br>]]>
   </description>
   <pubDate>Fri, 30 Sep 2016 15:35:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4454&amp;PID=75170&amp;title=removing-border-from-mdi-client#75170</guid>
  </item> 
  <item>
   <title><![CDATA[Removing border from MDI client : This sounds like the problem I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4454&amp;PID=75169&amp;title=removing-border-from-mdi-client#75169</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 4454<br /><strong>Posted:</strong> 30 September 2016 at 12:55pm<br /><br />This sounds like the problem I reported in: <a href="http://forum.codejock.com/forum_posts.asp?TID=17941" rel="nofollow">http://forum.codejock.com/forum_posts.asp?TID=17941</a>.<div><br></div><div>Can you confirm, that this is the same behavior, and that this will be fixed in XTPToolkit v17.3.</div><div><br></div><div>-cpede</div>]]>
   </description>
   <pubDate>Fri, 30 Sep 2016 12:55:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4454&amp;PID=75169&amp;title=removing-border-from-mdi-client#75169</guid>
  </item> 
  <item>
   <title><![CDATA[Removing border from MDI client : Have you tried trapping the MDI...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4454&amp;PID=75168&amp;title=removing-border-from-mdi-client#75168</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 4454<br /><strong>Posted:</strong> 30 September 2016 at 10:32am<br /><br />Have you tried trapping the MDI child events in the frame and changing the style to remove the client edge? You should be getting a WM_MDICREATE message with the hWnd of the child passed in the WPARAM. Try changing the child window style to remove the style when that message arrives. Also, it looks like the MFC method won't change the client edge of the frame if you are using MDI tabs.<br><br>Alternatively, you can subclass the CMDIChildWnd and avoid the style. I have not done that since we don't use the MFC document/view pattern. We remove the client edge style too but since we don't use MFC child windows, this hasn't caused us a problem.<br>]]>
   </description>
   <pubDate>Fri, 30 Sep 2016 10:32:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4454&amp;PID=75168&amp;title=removing-border-from-mdi-client#75168</guid>
  </item> 
  <item>
   <title><![CDATA[Removing border from MDI client : Any idea? ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4454&amp;PID=74540&amp;title=removing-border-from-mdi-client#74540</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2726">UlissesCappato</a><br /><strong>Subject:</strong> 4454<br /><strong>Posted:</strong> 03 March 2016 at 2:38pm<br /><br />Any idea?]]>
   </description>
   <pubDate>Thu, 03 Mar 2016 14:38:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4454&amp;PID=74540&amp;title=removing-border-from-mdi-client#74540</guid>
  </item> 
  <item>
   <title><![CDATA[Removing border from MDI client : I would like to get rid of the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4454&amp;PID=13764&amp;title=removing-border-from-mdi-client#13764</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 4454<br /><strong>Posted:</strong> 21 June 2006 at 11:42am<br /><br />I would like to get rid of the border of the MDI client, which works fine by removing the WS_EX_CLIENTEDGE style, but only until a MDI child window is created.<DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Everytime the child windows position is beeing changed it calls UpdateClientEdge which turns the WS_EX_CLIENTEDGE&nbsp;style on <IMG height=17 alt=Angry src="http://forum.codejock.com/smileys/smiley7.gif" width=17 align=absMiddle border="0"></DIV><DIV>&nbsp;</DIV><DIV>Is it possible to hook the SetWindowLong call or the style change in an other way to remove the WS_EX_CLIENTEDGE&nbsp;style?</DIV><DIV>&nbsp;</DIV><DIV>Or any other idea how to get rid of the border ultimately?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks André</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 21 Jun 2006 11:42:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4454&amp;PID=13764&amp;title=removing-border-from-mdi-client#13764</guid>
  </item> 
 </channel>
</rss>