Print Page | Close Window

Change CalendarEvent Font

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=18565
Printed Date: 08 July 2024 at 1:11pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Change CalendarEvent Font
Posted By: mozaheb
Subject: Change CalendarEvent Font
Date Posted: 18 June 2011 at 6:13am
Hi everyone
I want my program can change the font CalendarEvent
Please help me do this.

I have attached a photo for more information.




-------------
________________________________
http://www.amootco.com
Amoot Data Processing



Replies:
Posted By: SuperMario
Date Posted: 06 July 2011 at 1:57pm
Lots of customization options here, I've shown just a few you can change:

  Dim objThemeOfice2007 As CalendarThemeOffice2007
  Set objThemeOfice2007 = CalendarControl.Theme
   
  objThemeOfice2007.BaseFont.Name = "Tahoma"
  objThemeOfice2007.BaseFont.SIZE = 14
 
  objThemeOfice2007.DayView.Event.Normal.Subject.Font.Name = "Tahoma"
  objThemeOfice2007.DayView.Event.Normal.Subject.Font.SIZE = 14
 
  CalendarControl.SetTheme objThemeOfice2007



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net