I would like to control the appearance of days with uncompleted activity in the UltraMonthViewMulti control. I see where I can use the CalendarLook to change the appearance of a day with activity, but I would like to limit this to uncompleted activities only. Is there an event that I can use to check to see if there is uncompleted activity and set the DayLook there?
Please clarify the meaning of the term "uncompleted activity" and we can try to help.
In my dataset, I have a bit field that controls whether the appointment is completed or not. I might create an appointment for tomorrow, but I need to mark that appointment as completed when the appointment has actually occurred. I know how I can get my datarow back from a particular appointment, so that's not the problem. I just need to know what event I can hook into.