<?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 : why my status bar not in office2003 style</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : why my status bar not in office2003 style]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 02:44:23 +0000</pubDate>
  <lastBuildDate>Mon, 05 Jul 2004 20:52:08 +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=918</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[why my status bar not in office2003 style : I think you need to re-read mypost,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=918&amp;PID=2436&amp;title=why-my-status-bar-not-in-office2003-style#2436</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=203">Ark42</a><br /><strong>Subject:</strong> 918<br /><strong>Posted:</strong> 05 July 2004 at 8:52pm<br /><br />I think you need to re-read mypost, I wrote that little classCXTStatusBarEx and thats what I use, basically to call directly to theCStatusBar paint routines while still getitng all the other usefulfunctionality of the CXTStatusBar.<br><br>]]>
   </description>
   <pubDate>Mon, 05 Jul 2004 20:52:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=918&amp;PID=2436&amp;title=why-my-status-bar-not-in-office2003-style#2436</guid>
  </item> 
  <item>
   <title><![CDATA[why my status bar not in office2003 style : Thanks .But however i did not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=918&amp;PID=2435&amp;title=why-my-status-bar-not-in-office2003-style#2435</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=580">nkfeiyang</a><br /><strong>Subject:</strong> 918<br /><strong>Posted:</strong> 05 July 2004 at 8:49pm<br /><br /><P>Thanks .But however i did not find code like that in some demos provided by codejock.</P><P>I only find that the statusbar's class name is changed from CStatus to CXTStatus.</P>]]>
   </description>
   <pubDate>Mon, 05 Jul 2004 20:49:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=918&amp;PID=2435&amp;title=why-my-status-bar-not-in-office2003-style#2435</guid>
  </item> 
  <item>
   <title><![CDATA[why my status bar not in office2003 style :  There is no 2003 style really,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=918&amp;PID=2434&amp;title=why-my-status-bar-not-in-office2003-style#2434</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=203">Ark42</a><br /><strong>Subject:</strong> 918<br /><strong>Posted:</strong> 05 July 2004 at 8:46pm<br /><br /><br>There is no 2003 style really, just Office XP or normal.&nbsp;Unfortunately the CXTStatusBar prevents the Windows XP shaded statusbar, so what I used was:<br><br>class CXTStatusBarEx : public CXTStatusBar<br>{<br>&nbsp;&nbsp;&nbsp; DECLARE_DYNAMIC(CXTStatusBarEx)<br>&nbsp;&nbsp;&nbsp; afx_msg void OnPaint() { CStatusBar::OnPaint(); }<br>&nbsp;&nbsp;&nbsp; afx_msg BOOL OnEraseBkgnd(CDC* pDC) { return CStatusBar::OnEraseBkgnd(pDC); }<br>&nbsp;&nbsp;&nbsp; DECLARE_MESSAGE_MAP()<br>};<br>IMPLEMENT_DYNAMIC(CXTStatusBarEx, CXTStatusBar)<br>BEGIN_MESSAGE_MAP(CXTStatusBarEx, CXTStatusBar)<br>&nbsp;&nbsp;&nbsp; ON_WM_PAINT()<br>&nbsp;&nbsp;&nbsp; ON_WM_ERASEBKGND()<br>END_MESSAGE_MAP()<br><br>I suppose a xtAfxData.bXPMode = TRUE; might help someplace if thats what you mean though.<br><br>]]>
   </description>
   <pubDate>Mon, 05 Jul 2004 20:46:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=918&amp;PID=2434&amp;title=why-my-status-bar-not-in-office2003-style#2434</guid>
  </item> 
  <item>
   <title><![CDATA[why my status bar not in office2003 style : I have defined my status to CXTStatus,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=918&amp;PID=2433&amp;title=why-my-status-bar-not-in-office2003-style#2433</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=580">nkfeiyang</a><br /><strong>Subject:</strong> 918<br /><strong>Posted:</strong> 05 July 2004 at 8:08pm<br /><br /><P>I have defined my status to CXTStatus, how ever it still look like in old style.</P><P>How to solve this problem?</P>]]>
   </description>
   <pubDate>Mon, 05 Jul 2004 20:08:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=918&amp;PID=2433&amp;title=why-my-status-bar-not-in-office2003-style#2433</guid>
  </item> 
 </channel>
</rss>