<?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 : CXTStatusBar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTStatusBar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 03:00:19 +0000</pubDate>
  <lastBuildDate>Thu, 05 Aug 2004 10:22:26 +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=1024</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[CXTStatusBar : If the CXTStatusBar is used, when...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1024&amp;PID=2663&amp;title=cxtstatusbar#2663</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 1024<br /><strong>Posted:</strong> 05 August 2004 at 10:22am<br /><br /><P>If the CXTStatusBar is used, when the XP style panes are drawn, each pane will have some "garbage" on the inner right&nbsp;edge, resulting in what looks like a partial double width right border.&nbsp; This can be corrected by adding the following lines to the CXTStatusBar::OnPaint() function, located in module XTStatusBar.cpp, following line number 399.</P><P>&nbsp;line 398&nbsp;&nbsp;&nbsp;&nbsp; memDC.Draw3dRect(&amp;rcPane,<BR>&nbsp;line 399&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GetXtremeColor(COLOR_3DSHADOW), GetXtremeColor(COLOR_3DSHADOW));</P><P> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ++rcPane.top;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --rcPane.bottom;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rcPane.left = rcPane.right-2;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --rcPane.right;<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; memDC.FillSolidRect(&amp;rcPane,xtAfxData.clrXPBarFace);<BR></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 05 Aug 2004 10:22:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1024&amp;PID=2663&amp;title=cxtstatusbar#2663</guid>
  </item> 
 </channel>
</rss>