I need to use a MonthView control as an agenda and to do so i need to mark the days that have something to do, for example if there is something to do on the days 2, 9,15,29 of this month those days should be in bold or in different color, or anything else that distinguishes them from the others.
Is there any way to do it?
How?
My thanks in advanced
Comments
Monthview.Daybold(YourDate)) = True
By placing this line in a loop all off your days will be bold. You have to repeat this every time you change the view.
Peter
Monthview.Daybold(YourDate)) = True
By placing this line in a loop all off your days will be bold. You have to repeat this every time you change the view.
Peter
Monthview.Daybold(YourDate)) = True
By placing this line in a loop all off your days will be bold. You have to repeat this every time you change the view.
Peter