<?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 : Change the header of  a day</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Change the header of  a day]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 05:19:13 +0000</pubDate>
  <lastBuildDate>Fri, 27 Mar 2009 03:25:56 +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=13664</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[Change the header of  a day : I will make it in such a way.Thanks. ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13664&amp;PID=47219&amp;title=change-the-header-of-a-day#47219</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5051">Marc</a><br /><strong>Subject:</strong> 13664<br /><strong>Posted:</strong> 27 March 2009 at 3:25am<br /><br />I will make it in such a way.<br><br>Thanks.<br>]]>
   </description>
   <pubDate>Fri, 27 Mar 2009 03:25:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13664&amp;PID=47219&amp;title=change-the-header-of-a-day#47219</guid>
  </item> 
  <item>
   <title><![CDATA[Change the header of  a day : I think that you can easy reach...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13664&amp;PID=47192&amp;title=change-the-header-of-a-day#47192</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13664<br /><strong>Posted:</strong> 26 March 2009 at 3:45pm<br /><br />I think that you can easy reach your expectation if you will just add two&nbsp;single all-day events - Ostersonntag and Ostermontag with the proper color flag for 12 and 12 of April 2009 - so you already have practical tool]]>
   </description>
   <pubDate>Thu, 26 Mar 2009 15:45:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13664&amp;PID=47192&amp;title=change-the-header-of-a-day#47192</guid>
  </item> 
  <item>
   <title><![CDATA[Change the header of  a day :   Thank you, but with this code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13664&amp;PID=46991&amp;title=change-the-header-of-a-day#46991</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5051">Marc</a><br /><strong>Subject:</strong> 13664<br /><strong>Posted:</strong> 23 March 2009 at 5:38am<br /><br />Thank you, but with this code I can only change the properties for the item, not the header.<br><br>First I change the format of the header with<br><br>axKalender.MonthView.DayHeaderFormatLong = "MM.dd.yyyy"<br>...<br><br>Then I will change the header only for holidays.<br><br><img src="uploads/20090323_054004_Kalender.jpg" border="0"><br>]]>
   </description>
   <pubDate>Mon, 23 Mar 2009 05:38:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13664&amp;PID=46991&amp;title=change-the-header-of-a-day#46991</guid>
  </item> 
  <item>
   <title><![CDATA[Change the header of  a day : Private Sub CalendarControl_BeforeDrawThemeObject(ByVal...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13664&amp;PID=46951&amp;title=change-the-header-of-a-day#46951</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13664<br /><strong>Posted:</strong> 20 March 2009 at 10:46am<br /><br /><PRE ="BBcode"><DIV>Private Sub CalendarControl_BeforeDrawThemeObject(ByVal eObjType As XtremeCalendarControl.CalendarBeforeDrawThemeObject, ByVal Params As Variant)</DIV><BR><DIV>Dim <FONT color=#cc0000>pEvent</FONT> As CalendarEvent</DIV><BR><DIV>If eObjType = xtpCalendarBeforeDraw_DayViewEvent Then<BR><B>     Set pEvent = Params.Event</B></DIV><DIV><strong>YOU CAN PUT SOME CONDITION HERE AND MODIFY SOME PROPERIES e.g. Subject, Location,....</strong><BR></DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; end if</DIV><BR><DIV>end if</DIV><BR><DIV>End Sub <BR></DIV></PRE>]]>
   </description>
   <pubDate>Fri, 20 Mar 2009 10:46:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13664&amp;PID=46951&amp;title=change-the-header-of-a-day#46951</guid>
  </item> 
  <item>
   <title><![CDATA[Change the header of  a day : Thanks for this information. But...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13664&amp;PID=46922&amp;title=change-the-header-of-a-day#46922</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5051">Marc</a><br /><strong>Subject:</strong> 13664<br /><strong>Posted:</strong> 20 March 2009 at 5:02am<br /><br />Thanks for this information. But I find only, how to change the colour and font, not to change the text. Now I indicate the holiday as "all-day-event".<br><br>Regards<br>Marc<br><br>]]>
   </description>
   <pubDate>Fri, 20 Mar 2009 05:02:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13664&amp;PID=46922&amp;title=change-the-header-of-a-day#46922</guid>
  </item> 
  <item>
   <title><![CDATA[Change the header of  a day : Find the topic in Forum about...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13664&amp;PID=46870&amp;title=change-the-header-of-a-day#46870</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 13664<br /><strong>Posted:</strong> 18 March 2009 at 11:04pm<br /><br />Find the topic in Forum about B<FONT size=2>eforeDrawThemeObject - you will find&nbsp;example how to customize specific parts include headers</FONT>]]>
   </description>
   <pubDate>Wed, 18 Mar 2009 23:04:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13664&amp;PID=46870&amp;title=change-the-header-of-a-day#46870</guid>
  </item> 
  <item>
   <title><![CDATA[Change the header of  a day :  Hello,how can I change the text...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13664&amp;PID=46581&amp;title=change-the-header-of-a-day#46581</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5051">Marc</a><br /><strong>Subject:</strong> 13664<br /><strong>Posted:</strong> 12 March 2009 at 10:10am<br /><br />Hello,<br><br>how can I change the text of the header for one day? For example the word Easter has to appear for the 2009/04/13.<br><br>Regards<br>Marc<br><br>]]>
   </description>
   <pubDate>Thu, 12 Mar 2009 10:10:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13664&amp;PID=46581&amp;title=change-the-header-of-a-day#46581</guid>
  </item> 
 </channel>
</rss>