I'm using the DTPicker on my form. When the user enters a date that is is out of range I want to disable the DTPicker
till the the user presses the "OK" button on the message that appears. Problem is the Date entry part of the DTPicker is disabled with DTPicker.enabled = False, but the drop down calendar remains active which allows the user to still make changes. Is there a way to close the drop down calendar at runtime before disabling the DTPicker control.
Is there another calendar control that handles this better.
Thanks for any help
Mike
till the the user presses the "OK" button on the message that appears. Problem is the Date entry part of the DTPicker is disabled with DTPicker.enabled = False, but the drop down calendar remains active which allows the user to still make changes. Is there a way to close the drop down calendar at runtime before disabling the DTPicker control.
Is there another calendar control that handles this better.
Thanks for any help
Mike