<?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 : Office 2003 theme</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Office 2003 theme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 08:04:57 +0000</pubDate>
  <lastBuildDate>Fri, 15 Oct 2004 13:16:01 +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=403</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[Office 2003 theme : private Sub ThemeOffice2003Ex()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=3522&amp;title=office-2003-theme#3522</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=774">hoanganh</a><br /><strong>Subject:</strong> 403<br /><strong>Posted:</strong> 15 October 2004 at 1:16pm<br /><br /><P>private Sub ThemeOffice2003Ex()<BR>&nbsp;&nbsp;&nbsp; Const COLOR_SCROLLBAR = 0<BR>&nbsp;&nbsp;&nbsp; Const COLOR_3DDKSHADOW = 21<BR>&nbsp;&nbsp;&nbsp; Const COLOR_3DLIGHT = 22<BR>&nbsp;&nbsp;&nbsp; Const COLOR_INFOTEXT = 23<BR>&nbsp;&nbsp;&nbsp; Const COLOR_INFOBK = 24<BR>&nbsp;&nbsp;&nbsp; Const COLOR_HOTLIGHT = 26<BR>&nbsp;&nbsp;&nbsp; Const COLOR_GRADIENTACTIVECAPTION = 27<BR>&nbsp;&nbsp;&nbsp; Const COLOR_GRADIENTINACTIVECAPTION = 28<BR>&nbsp;&nbsp;&nbsp; Const XPCOLOR_CHECKED_TEXT = XPCOLOR_HIGHLIGHT_TEXT<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Const COLOR_BACKGROUND = 1<BR>&nbsp;&nbsp;&nbsp; Const COLOR_ACTIVECAPTION = 2<BR>&nbsp;&nbsp;&nbsp; Const COLOR_INACTIVECAPTION = 3<BR>&nbsp;&nbsp;&nbsp; Const COLOR_MENU = 4<BR>&nbsp;&nbsp;&nbsp; Const COLOR_WINDOW = 5<BR>&nbsp;&nbsp;&nbsp; Const COLOR_WINDOWFRAME = 6<BR>&nbsp;&nbsp;&nbsp; Const COLOR_MENUTEXT = 7<BR>&nbsp;&nbsp;&nbsp; Const COLOR_WINDOWTEXT = 8<BR>&nbsp;&nbsp;&nbsp; Const COLOR_CAPTIONTEXT = 9<BR>&nbsp;&nbsp;&nbsp; Const COLOR_ACTIVEBORDER = 10<BR>&nbsp;&nbsp;&nbsp; Const COLOR_INACTIVEBORDER = 11<BR>&nbsp;&nbsp;&nbsp; Const COLOR_APPWORKSPACE = 12<BR>&nbsp;&nbsp;&nbsp; Const COLOR_HIGHLIGHT = 13<BR>&nbsp;&nbsp;&nbsp; Const COLOR_HIGHLIGHTTEXT = 14<BR>&nbsp;&nbsp;&nbsp; Const COLOR_BTNFACE = 15<BR>&nbsp;&nbsp;&nbsp; Const COLOR_BTNSHADOW = 16<BR>&nbsp;&nbsp;&nbsp; Const COLOR_GRAYTEXT = 17<BR>&nbsp;&nbsp;&nbsp; Const COLOR_BTNTEXT = 18<BR>&nbsp;&nbsp;&nbsp; Const COLOR_INACTIVECAPTIONTEXT = 19<BR>&nbsp;&nbsp;&nbsp; Const COLOR_BTNHIGHLIGHT = 20<BR>&nbsp;&nbsp;&nbsp; Const XPCOLOR_LABEL = 56<BR>&nbsp;&nbsp;&nbsp; Const XPCOLOR_EDITCTRLBORDER = 53<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; CommandBars.VisualTheme = xtpThemeOffice2003</P><P>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_SCROLLBAR, 0<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_BACKGROUND, 10841658<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_ACTIVECAPTION, 6956042<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_INACTIVECAPTION, 8421504<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_MENU, 13160660<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_WINDOW, 16777215<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_WINDOWFRAME, 0<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_MENUTEXT, 0<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_WINDOWTEXT, 0<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_CAPTIONTEXT, 16777215<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_ACTIVEBORDER, 13160660<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_INACTIVEBORDER, 13160660<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_APPWORKSPACE, 8421504<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_HIGHLIGHT, 6956042<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_HIGHLIGHTTEXT, 16777215<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_BTNFACE, 16105375<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_BTNSHADOW, 14964742<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_GRAYTEXT, 8421504<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_BTNTEXT, 0<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_INACTIVECAPTIONTEXT, 13160660<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_BTNHIGHLIGHT, 16777215<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_3DDKSHADOW, 4210752<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_3DLIGHT, 14147555<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_INFOTEXT, 0<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_INFOBK, 14811135<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_HOTLIGHT, 8388608<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_GRADIENTACTIVECAPTION, 15780518<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor COLOR_GRADIENTINACTIVECAPTION, 0<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_TOOLBAR_FACE, 16105375<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_HIGHLIGHT, 12775167<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_HIGHLIGHT_BORDER, 14898176<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_HIGHLIGHT_PUSHED, 4096254<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_HIGHLIGHT_CHECKED, 7323903<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_HIGHLIGHT_CHECKED_BORDER, 14898176<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_ICONSHADDOW, 10325384<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_GRAYTEXT, 10921638<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_TOOLBAR_GRIPPER, 14964742<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_SEPARATOR, 15903360<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_DISABLED, 9276813<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_MENUBAR_FACE, 16251129<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_MENUBAR_EXPANDED, 12699852<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_MENUBAR_BORDER, 6710886<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_MENUBAR_TEXT, 0<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_HIGHLIGHT_TEXT, 0<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_TOOLBAR_FACE, 16105375<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_TOOLBAR_TEXT, 0<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_PUSHED_TEXT, 16777215<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_TAB_INACTIVE_BACK, 15332087<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_TAB_INACTIVE_TEXT, 5592405<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_HIGHLIGHT_PUSHED_BORDER, 14898176<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_CHECKED_TEXT, 0<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_3DFACE, 13160660<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_3DSHADOW, 8421504<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_EDITCTRLBORDER, 13752539<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_FRAME, 8421504<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_SPLITTER_FACE, 16053750<BR>&nbsp;&nbsp;&nbsp; CommandBars.SetSpecialColor XPCOLOR_LABEL, 13160660<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; CommandBars.Options.LunaColors = False<BR>&nbsp;&nbsp;&nbsp; CommandBars.RecalcLayout<BR>End Sub</P>]]>
   </description>
   <pubDate>Fri, 15 Oct 2004 13:16:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=3522&amp;title=office-2003-theme#3522</guid>
  </item> 
  <item>
   <title><![CDATA[Office 2003 theme : class CXTPOffice2003ThemeEx :...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=1471&amp;title=office-2003-theme#1471</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=203">Ark42</a><br /><strong>Subject:</strong> 403<br /><strong>Posted:</strong> 27 March 2004 at 12:02am<br /><br />class CXTPOffice2003ThemeEx : public CXTPOffice2003Theme<br>{<br>public:<br>&nbsp;&nbsp; &nbsp;CXTPOffice2003ThemeEx(BOOL bGreyToBlue = TRUE, BOOL bYellowHighlight = FALSE);<br>&nbsp;&nbsp; &nbsp;BOOL m_bGreyToBlue, m_bYellowHighlight;<br>protected:<br>&nbsp;&nbsp; &nbsp;virtual void RefreshMetrics();<br>};<br><br>CXTPOffice2003ThemeEx::CXTPOffice2003ThemeEx(BOOL bGreyToBlue, BOOL bYellowHighlight)<br>{<br>&nbsp;&nbsp; &nbsp;m_bGreyToBlue = bGreyToBlue;<br>&nbsp;&nbsp; &nbsp;m_bYellowHighlight = bYellowHighlight;<br>&nbsp;&nbsp; &nbsp;RefreshMetrics();<br>}<br><br>void CXTPOffice2003ThemeEx::RefreshMetrics()<br>{<br>&nbsp;&nbsp; &nbsp;CXTPOffice2003Theme::RefreshMetrics();<br>&nbsp;&nbsp; &nbsp;if( !m_bLunaTheme ) {<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;CXTPColorManager *pClrMgr = XTPColorManager();<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;COLORREF btn = pClrMgr-&gt;GetColor(COLOR_BTNFACE);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;if( m_bGreyToBlue &amp;&amp; (btn == RGB(192, 192, 192) || btn == RGB(212, 208, 200)) ) {<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_clrDockBarDark = RGB(158, 190, 245);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_clrDockBarLight = RGB(196, 218, 250);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_clrCommandBarDark = RGB(129, 169, 226);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_clrCommandBarLight = RGB(221, 236, 254);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_clrPopupDark = RGB(227, 239, 255);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_clrPopupLight = RGB(147, 181, 231);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_crlToolbarShadow = RGB(59, 97, 156);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_crlFloatingGripper = RGB(42, 102, 201);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_crlExpandNormalDark = RGB(0, 53, 145);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_crlExpandNormalLight = RGB(117, 166, 241);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_clrMenuExpandedDark = RGB(121, 161, 220);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_clrMenuExpandedLight = RGB(203, 221, 246);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_clrCircleDark = RGB(129, 169, 226);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_clrCircleLight = RGB(227, 239, 254);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_clrStatusPane = RGB(221, 221, 221);<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_bLunaTheme = TRUE;<br><br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(0, RGB(0, 0, 0));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(1, RGB(0, 78, 152));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(2, RGB(0, 84, 227));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(3, RGB(122, 150, 223));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(4, RGB(255, 255, 255));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(5, RGB(255, 255, 255));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(6, RGB(0, 0, 0));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(7, RGB(0, 0, 0));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(8, RGB(0, 0, 0));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(9, RGB(255, 255, 255));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(10, RGB(212, 208, 200));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(11, RGB(212, 208, 200));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(12, RGB(128, 128, 128));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(13, RGB(49, 106, 197));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(14, RGB(255, 255, 255));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(15, RGB(236, 233, 216));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(16, RGB(172, 168, 153));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(17, RGB(172, 168, 153));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(18, RGB(0, 0, 0));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(19, RGB(216, 228, 248));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(20, RGB(255, 255, 255));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(21, RGB(113, 111, 100));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(22, RGB(251, 248, 231));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(23, RGB(0, 0, 0));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(24, RGB(255, 255, 225));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(25, RGB(181, 181, 181));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(26, RGB(0, 0, 128));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(27, RGB(61, 149, 255));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(28, RGB(0, 0, 0));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(29, RGB(0, 0, 0));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(30, RGB(158, 190, 245));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(31, RGB(255, 238, 194));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(32, RGB(0, 0, 128));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(33, RGB(254, 128, 62));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(34, RGB(144, 157, 178));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(35, RGB(197, 194, 184));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(36, RGB(255, 192, 111));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(37, RGB(0, 0, 128));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(38, RGB(39, 65, 118));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(39, RGB(106, 140, 203));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(40, RGB(109, 150, 208));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(41, RGB(246, 246, 246));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(42, RGB(230, 227, 210));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(43, RGB(0, 45, 150));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(44, RGB(0, 0, 0));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(45, RGB(0, 0, 0));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(46, RGB(0, 0, 0));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(47, RGB(0, 0, 0));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(48, RGB(218, 233, 255));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(49, RGB(129, 126, 114));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(50, RGB(0, 0, 128));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(51, RGB(216, 231, 252));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(52, RGB(158, 190, 245));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(53, RGB(203, 225, 252));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(54, RGB(0, 45, 150));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(55, RGB(196, 218, 250));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;} else if(m_bYellowHighlight) {<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(31, RGB(255, 238, 194));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(33, RGB(254, 128, 62));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;pClrMgr-&gt;SetColor(36, RGB(255, 192, 111));<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_bLunaTheme = TRUE;<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;}<br>&nbsp;&nbsp; &nbsp;}<br>}<br><br>//Then use like this:<br>CXTPPaintManager::SetCustomTheme(new CXTPOffice2003ThemeEx());<br><br>//Instead of like:<br>CXTPPaintManager::SetTheme(xtpThemeOffice2003);<br><br><br>]]>
   </description>
   <pubDate>Sat, 27 Mar 2004 00:02:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=1471&amp;title=office-2003-theme#1471</guid>
  </item> 
  <item>
   <title><![CDATA[Office 2003 theme : There is no way. Install MS Office...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=921&amp;title=office-2003-theme#921</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=150">Sven</a><br /><strong>Subject:</strong> 403<br /><strong>Posted:</strong> 01 February 2004 at 4:34pm<br /><br />There is <strong>no </strong>way. Install MS Office 2003 on Windows 2000 and you will see, that Office 2003 looks like the screenshot in <A href="http://forum.codejock.com/uploads/forsmtp/Office2003theme_.zip" target="_blank">Office2003theme_.zip</A>. ]]>
   </description>
   <pubDate>Sun, 01 Feb 2004 16:34:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=921&amp;title=office-2003-theme#921</guid>
  </item> 
  <item>
   <title><![CDATA[Office 2003 theme :   Sven wrote:   forsmtp wrote:Could...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=918&amp;title=office-2003-theme#918</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=343">forsmtp</a><br /><strong>Subject:</strong> 403<br /><strong>Posted:</strong> 01 February 2004 at 2:11pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Sven" alt="Originally posted by Sven" style="vertical-align: text-bottom;" /> <strong>Sven wrote:</strong><br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by forsmtp" alt="Originally posted by forsmtp" style="vertical-align: text-bottom;" /> <strong>forsmtp wrote:</strong><br /><br />Could I implement Office 2003 theme with look like this <A href="http://www.codejock.com/products/commandbars/images/commandbars.gif" target="_blank"><U><FONT color=#0000ff>http://www.codejock.com/products/commandbars/images/commandb ars.gif</FONT></U></A>&nbsp;at the win2K machine?</td></tr></table> </P><P>This Office 2003 theme is only available on Windows XP with activated visual styles. There is nothing you can do except upgrade from Windows 2000 to XP.</P><P></td></tr></table> </P><P>Do we have any other way for implementing Office 2003 theme for win2k users??</P>]]>
   </description>
   <pubDate>Sun, 01 Feb 2004 14:11:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=918&amp;title=office-2003-theme#918</guid>
  </item> 
  <item>
   <title><![CDATA[Office 2003 theme :   forsmtp wrote:Could I implement...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=917&amp;title=office-2003-theme#917</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=150">Sven</a><br /><strong>Subject:</strong> 403<br /><strong>Posted:</strong> 01 February 2004 at 7:28am<br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by forsmtp" alt="Originally posted by forsmtp" style="vertical-align: text-bottom;" /> <strong>forsmtp wrote:</strong><br /><br />Could I implement Office 2003 theme with look like this <A href="http://www.codejock.com/products/commandbars/images/commandbars.gif" target="_blank"><U><FONT color=#0000ff>http://www.codejock.com/products/commandbars/images/commandb ars.gif</FONT></U></A>&nbsp;at the win2K machine?</td></tr></table> </P><P>This Office 2003 theme is only available on Windows XP with activated visual styles. There is nothing you can do except upgrade from Windows 2000 to XP.</P>]]>
   </description>
   <pubDate>Sun, 01 Feb 2004 07:28:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=917&amp;title=office-2003-theme#917</guid>
  </item> 
  <item>
   <title><![CDATA[Office 2003 theme :   MikeV wrote: CommandBar will...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=916&amp;title=office-2003-theme#916</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=343">forsmtp</a><br /><strong>Subject:</strong> 403<br /><strong>Posted:</strong> 01 February 2004 at 4:42am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by MikeV" alt="Originally posted by MikeV" style="vertical-align: text-bottom;" /> <strong>MikeV wrote:</strong><br /><br /><P>CommandBar will use colors from the currently select Appearance scheme (Try changing your Apperance Scheme to "Lilac" and see what it looks like.) and do it's best to simulate the colors.</P><P></td></tr></table> </P><P>I had try that, but it absolutely not acceptable look! <A href="http://forum.codejock.com/uploads/forsmtp/E53_blue.zip" target="_blank">E53_blue.zip</A></P><P>Can anyone from support or development team answer?</P><span style="font-size:10px"><br /><br />Edited by forsmtp</span>]]>
   </description>
   <pubDate>Sun, 01 Feb 2004 04:42:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=916&amp;title=office-2003-theme#916</guid>
  </item> 
  <item>
   <title><![CDATA[Office 2003 theme : I think the problem you would...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=915&amp;title=office-2003-theme#915</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=294">MikeV</a><br /><strong>Subject:</strong> 403<br /><strong>Posted:</strong> 01 February 2004 at 3:17am<br /><br /><P>I think the problem you would have doing an Office 2003 "look" on a Windows 2000 computer is that the color scheme assigned to the CommandBar is coming from the XP color schemes that are only available in connection with the Windows XP Style.&nbsp;It looks to me that if you choose the xpThemeOffice2003 on a Win 2000 computer, CommandBar will use colors from the currently select Appearance scheme (Try changing your Apperance Scheme to "Lilac" and see what it looks like.) and do it's best to simulate the colors.</P><P>Unless you can specify the colors the CommandBar uses for the various themes, and I haven't seen anything in the ActiveX version to suggest you can, then I don't think it's going to be possible.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sun, 01 Feb 2004 03:17:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=915&amp;title=office-2003-theme#915</guid>
  </item> 
  <item>
   <title><![CDATA[Office 2003 theme : Hello, Could I implement Office...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=913&amp;title=office-2003-theme#913</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=343">forsmtp</a><br /><strong>Subject:</strong> 403<br /><strong>Posted:</strong> 31 January 2004 at 1:04pm<br /><br /><P>Hello,</P><P>Could I implement Office 2003 theme with look like this <A href="http://www.codejock.com/products/commandbars/images/commandbars.gif" target="_blank"><U><FONT color=#0000ff> http://www.codejock.com/products/commandbars/images/commandb ars.gif</FONT></U></A>&nbsp;at the win2K machine?</P><P>I had trying it without any success.</P><P>I just got theme look like this <A href="http://forum.codejock.com/uploads/forsmtp/Office2003theme_.zip" target="_blank">Office2003theme_.zip</A>&nbsp;- gray - but I need blue style?</P><P>Please help me!</P>]]>
   </description>
   <pubDate>Sat, 31 Jan 2004 13:04:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=403&amp;PID=913&amp;title=office-2003-theme#913</guid>
  </item> 
 </channel>
</rss>