I am trying to change the color of the MonthCalendar in c# but it won't change when I try to adjust it in the settings.
As you can see, I changed the colors in the menu, but the calendar still looks the same. Does anyone know why?
I am trying to change the color of the MonthCalendar in c# but it won't change when I try to adjust it in the settings.
As you can see, I changed the colors in the menu, but the calendar still looks the same. Does anyone know why?
I think the problem is from your window visual style: look here
in c#
using System.Windows.Forms.VisualStyles;
Application.VisualStyleState=VisualStyleState.NoneEnabled;