monthcalendar UpdateBoldedDates() problem

daverage

Active member
Joined
Aug 29, 2006
Messages
26
Programming Experience
Beginner
if i use the follwing code on the DateChanged event and use the arrow button to move month, the month just keeps changing automatically nd i can not stop it
If currentMonth <> e.Start.Month Then
currentMonth = e.Start.Month
' getgCal(loadCal.textbox_gCalURL.Text, currentMonth)
Me.MonthCalendar1.UpdateBoldedDates()
End If
 
Back
Top