Change text Color with dark background for event |
Post Reply |
Author | |
BCS123
Newbie Joined: 11 September 2008 Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 26 July 2012 at 11:03am |
evaluating the controls and using vb6 (yes i know I am outdated but client requires this)
From my screen shots u can see that the text is almost unreadable. I would like to know how to change the text color to white if its a dark background (outlook automatically does this and it would be great if codejocks calendar can do the same). The theme I am using is Outlook2007Blue. These are the colors that I set the labels to CalendarControl.DataProvider.LabelList.AddLabel 11, &HFF00FF, "Fushia" CalendarControl.DataProvider.LabelList.AddLabel 12, &H800080, "PurpleMagenta" CalendarControl.DataProvider.LabelList.AddLabel 13, &H8080&, "OliveGreen" CalendarControl.DataProvider.LabelList.AddLabel 14, &HFFFF00, "Aqua" CalendarControl.DataProvider.LabelList.AddLabel 15, &HFFFF&, "BrightYellow" CalendarControl.DataProvider.LabelList.AddLabel 16, &HC00000, "DarkBlue" thanks in advance for any help |
|
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 |