I\'m trying to create a DateTimePicker with week numbers displayed, as shown here (Code project example).
DateTimePicker
It works fairly well, except for one minor de
Ok, Try to comment line in Program.cs
Application.EnableVisualStyles();
and then try to execute.