Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - Change CalendarEvent Font
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Change CalendarEvent Font

 Post Reply Post Reply
Author
Message
mozaheb View Drop Down
Senior Member
Senior Member


Joined: 03 April 2008
Status: Offline
Points: 104
Post Options Post Options   Thanks (0) Thanks(0)   Quote mozaheb Quote  Post ReplyReply Direct Link To This Post Topic: Change CalendarEvent Font
    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
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.140 seconds.