BUG: GetDayBold Event Not Working as Expected with MonthView ControlID: Q229063
|
When using the GetDayBold event with the MonthView control, the wrong days are shown in bold format.
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.
Private Sub MonthView1_GetDayBold(ByVal StartDate As Date, ByVal Count As Integer, State() As Boolean)
Dim i As Integer
i = mvwSunday
While i < Count
State(i - 1) = True
i = i + 7
Wend
End Sub
Additional query words:
Keywords : kbCtrl kbMonthCalCtrl kbVBp600bug kbGrpVB
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 21, 1999