<?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 : Color Schemes</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Color Schemes]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 05:08:33 +0000</pubDate>
  <lastBuildDate>Thu, 08 Sep 2005 20:38: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=2858</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[Color Schemes : Hi, Thanks for the code this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2858&amp;PID=8541&amp;title=color-schemes#8541</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=33">RolandoE.</a><br /><strong>Subject:</strong> 2858<br /><strong>Posted:</strong> 08 September 2005 at 8:38pm<br /><br /><P>Hi,</P><P>Thanks for the code this has pointed me in the right direction!! </P><P><FONT size=1><table width="99%"><tr><td><pre class="BBcode"><FONT size=1>COLORREF clrBkg = pApp-&gt;GetProfileInt(</FONT><FONT color=#ff00ff size=1>"Options"</FONT><FONT size=1>, </FONT><FONT color=#ff00ff size=1>"BackgroundColor"</FONT><FONT size=1>, RGB(255,244,188));<BR>COLORREF clrWD = pApp-&gt;GetProfileInt(</FONT><FONT color=#ff00ff size=1>"Options"</FONT><FONT size=1>, </FONT><FONT color=#ff00ff size=1>"WorkDayColor"</FONT><FONT size=1>, RGB(255, 255, 213));</P><P></FONT><FONT color=#008000 size=1>// Change Color<BR></FONT><FONT size=1> m_wndCalendar.GetPaintManager()-&gt;GetDayViewWorkCellPart() -&gt;SetBackgroundColor(clrWD);  <BR> m_wndCalendar.GetPaintManager()-&gt;GetDayViewNonworkCellPar t()-&gt;SetBackgroundColor(clrBkg);  </FONT></FONT><FONT size=1></pre></td></tr></table></FONT></P><P><FONT size=1>Thanks for your help. <IMG src="http://forum.codejock.com/smileys/smiley20.gif" border="0"></FONT></P><P><FONT size=1>Rolando </FONT></P>]]>
   </description>
   <pubDate>Thu, 08 Sep 2005 20:38:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2858&amp;PID=8541&amp;title=color-schemes#8541</guid>
  </item> 
  <item>
   <title><![CDATA[Color Schemes : Hi Rolando,  Look below for a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2858&amp;PID=8535&amp;title=color-schemes#8535</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 2858<br /><strong>Posted:</strong> 08 September 2005 at 9:32am<br /><br />Hi Rolando,<br /><br />Look below for a few customization examples:<br /><table width="99%"><tr><td><pre class="BBcode"><br /> GetPaintManager()-&gt;GetDayViewHeaderPart()-&gt;SetTextColo r(RGB(255, 155, 55));<br /> GetPaintManager()-&gt;GetDayViewHeaderPart()-&gt;SetBackgrou ndColor(RGB(5, 155, 5));<br /> <br />GetPaintManager()-&gt;m_clrFreeColor = RGB(55, 55, 155);<br />GetPaintManager()-&gt;m_clrBusyColor = RGB(255, 55, 155);<br /> <br />GetPaintManager()-&gt;RefreshMetrics();<br /></pre></td></tr></table><br /><br />Please see CXTPCalendarPaintManager class for more details.<br />Also you can create your own PaintManager class derived from the existing one and override some methods for customization.<br /> <br />We are also planning to make more flexible customization in future versions.<br /><br />--<br />WBR,<br />Serge]]>
   </description>
   <pubDate>Thu, 08 Sep 2005 09:32:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2858&amp;PID=8535&amp;title=color-schemes#8535</guid>
  </item> 
  <item>
   <title><![CDATA[Color Schemes : Hi, I would like to know what...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2858&amp;PID=8532&amp;title=color-schemes#8532</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=33">RolandoE.</a><br /><strong>Subject:</strong> 2858<br /><strong>Posted:</strong> 08 September 2005 at 7:53am<br /><br /><P>Hi,</P><P>I would like to know what I need to do in order to change the colors used within the Calendar Control. It is not very obvious by just reading the online documentation and the Demo does not touch on that subject. </P><P>Default colors are nice but users want the ability to change the colors displayed on thier calendars. </P><P>Any help will be apreciated.</P><P>Rolando</P>]]>
   </description>
   <pubDate>Thu, 08 Sep 2005 07:53:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2858&amp;PID=8532&amp;title=color-schemes#8532</guid>
  </item> 
 </channel>
</rss>