I've got a strange behavior on one of my Win7 machines when using the DTPicker date control. When the control is not enabled (myDTPicker.Enabled=false) the date text does not show up,it is blank.
The same program on my other Win7 SP1 machine works as expected when (myDTPicker.Enabled=false) the date text is visible and the control is grayed out; this is good.
Originally, the Win7 machine where the date text is blank did not have SP1, so I thought that may be the issue. I upgraded to SP1, but the issue has not gone away. Also rebooted just to make sure.
Do you happen to know what may be causing the date text to be blank when DTPicker.Enabled=false on one Win7 box vs another?