monthcalendar control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
i am using a monthcalendar control in my form. and its my first time to use such control. how would i be able to know what year is the current display of the calendar after i clicked the buttons from either side of the navigation button? one of the functionality of the form is also to save holidays on a certain date. and to determine that date to be a holiday, i should change the backcolor of the specific date of the calendar. how would i be able to do such? thanks in advance.