Discussion:
Data time picker ctrl: DTN_DATETIMECHANGE
(too old to reply)
Angel Tsankov
18 years ago
Permalink
How can I make a date time picker control send a
DTN_DATETIMECHANGE notification when the date or time has been
changed programmatically, i.e. via a DTM_SETSYSTEMTIME message?
Christian ASTOR
18 years ago
Permalink
How can I make a date time picker control send a DTN_DATETIMECHANGE
notification when the date or time has been changed programmatically,
i.e. via a DTM_SETSYSTEMTIME message?
You can send directly NMDATETIMECHANGE.NMHDR to parent window
(with NMDATETIMECHANGE.SYSTEMTIME and NMDATETIMECHANGE.NMHDR filled)
Angel Tsankov
18 years ago
Permalink
Post by Christian ASTOR
Post by Angel Tsankov
How can I make a date time picker control send a
DTN_DATETIMECHANGE notification when the date or time has been
changed programmatically, i.e. via a DTM_SETSYSTEMTIME
message?
You can send directly NMDATETIMECHANGE.NMHDR to parent window
(with NMDATETIMECHANGE.SYSTEMTIME and NMDATETIMECHANGE.NMHDR
filled)
What if the message is reflected, i.e. handled by the date time
picker control itself or by a gradparent window of the control?

Loading...