DateTimePicker validating
Hi,
I have a Window form with DateTimePicker control. If I use up/down key to modify the month, in DateTimePicker_validating, if I get DateTimePicker.Value, it still return the original value which does not match with the screen.
So, how can I do the checking?
Anyone has the same problem?
Thanks!
Emily
|