C# - DateTimePicker, capture up-down event
C# - DateTimePicker, capture up-down event
(OP)
thread732-1516628: Capture Up, Down event DateTimePicker
I'm having the same issue as the thread referred, I need to somehow capture (not OnValueChanged) up-down event from the DateTimePicker (bool showUpDown = true).
I can see the solution on the previous thread was to convert the Message value to DTS_NUMDOWN, but I can't seem to find any information regarding this conversion.
Any ideas?
Thanks.
I'm having the same issue as the thread referred, I need to somehow capture (not OnValueChanged) up-down event from the DateTimePicker (bool showUpDown = true).
I can see the solution on the previous thread was to convert the Message value to DTS_NUMDOWN, but I can't seem to find any information regarding this conversion.
Any ideas?
Thanks.