Multiuser calendar with distinct colors |
Post Reply |
Author | |
hulot
Newbie Joined: 24 January 2008 Location: Switzerland Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 25 January 2008 at 3:44am |
Hello,
I was able to produce a multi-user calendar with distinct background color for each user using the documented example based on:
Private Sub AxCal_BeforeDrawDayViewCell(ByVal sender As Object, ...
But how to to do the same with Office2007 theme (i.e; first user is light rosa background, second is light blue, and so on) ?
Thanks for any help
Oliver
|
|
ericl
Newbie Joined: 06 February 2008 Location: France Status: Offline Points: 7 |
Post Options
Thanks(0)
|
I can't do that too ;(
This event stops working if the office2007 theme is enable... Do you find some way to change background cell color whith office 2007 theme ? Thanks, eric l. |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
For Office2007 theme you have to use another method: catch _BeforeDrawThemeObject(...). Inside the method check Group ID and draw cell with those color which you'd like. For more details see also http://forum.codejock.com/forum_posts.asp?TID=5170
-- WBR, Serge |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |