B
Berndt Johansson
Hi
If I enable the theme support on my .NET 1.1 WinForm application that uses a
number of DateTimePicker controls the checked property of the DateTimePicker
will not work properly. I have seen some posts in groups about this problem
and our quick solution has been to remove the manifest file from the
shipment and our application currently use the W2k appearance, however the
users aren't very happy about it.
Has anyone been able to find a workaround for this problem? In other words I
would like to use the XP themes AND still use the DateTimePicker control. I
have been thinking about drawing my own checkbox control and override the
Checked property, but doing that could be potentially bug-prone.
/Berndt
If I enable the theme support on my .NET 1.1 WinForm application that uses a
number of DateTimePicker controls the checked property of the DateTimePicker
will not work properly. I have seen some posts in groups about this problem
and our quick solution has been to remove the manifest file from the
shipment and our application currently use the W2k appearance, however the
users aren't very happy about it.
Has anyone been able to find a workaround for this problem? In other words I
would like to use the XP themes AND still use the DateTimePicker control. I
have been thinking about drawing my own checkbox control and override the
Checked property, but doing that could be potentially bug-prone.
/Berndt