<?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 : COM Setting Font in Calendar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Articles and Tutorials : COM Setting Font in Calendar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 16:17:08 +0000</pubDate>
  <lastBuildDate>Mon, 21 Mar 2011 09:16:20 +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=18086</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[COM Setting Font in Calendar : Here is a small sample just for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18086&amp;PID=63421&amp;title=com-setting-font-in-calendar#63421</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 18086<br /><strong>Posted:</strong> 21 March 2011 at 9:16am<br /><br />Here is a small sample just for normal event in day view.&nbsp;As you can seeyou have control over almost all fonts int he calendar so you must setthem all separately.&nbsp;Here is an example:<br><br>&nbsp;&nbsp;Dim objThemeOfice2007 As CalendarThemeOffice2007<br>&nbsp;&nbsp;Set objThemeOfice2007 = CalendarControl.Theme<br>&nbsp;&nbsp;<br>&nbsp;&nbsp;If objThemeOfice2007 Is Nothing Then Exit Sub<br>&nbsp;&nbsp;<br>&nbsp;&nbsp;objThemeOfice2007.BaseFont.SIZE = 14<br>&nbsp;&nbsp;objThemeOfice2007.DayView.Day.Group.SingleDayEvent.Normal.Subject.Font.SIZE = 14<br>&nbsp;&nbsp;objThemeOfice2007.DayView.Day.Group.SingleDayEvent.Normal.Body.Font.SIZE = 14<br>&nbsp;&nbsp;objThemeOfice2007.DayView.Day.Group.SingleDayEvent.Normal.Location.Font.SIZE = 14]]>
   </description>
   <pubDate>Mon, 21 Mar 2011 09:16:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18086&amp;PID=63421&amp;title=com-setting-font-in-calendar#63421</guid>
  </item> 
 </channel>
</rss>