Where can I get the actual message codes for the W

2019-09-13 12:13发布

问题:

I am building a custom datetimepicker control derived from the standard datetimepicker control and I need to deal with it's messages in the WndProc override.

I have scoured the web but the following links are as best as I can get:

https://msdn.microsoft.com/en-us/library/windows/desktop/ff485908(v=vs.85).aspx

https://msdn.microsoft.com/en-us/library/windows/desktop/ff485909(v=vs.85).aspx

They don't provide the actual message values.

Appreciate your kind help.

Thanks in advance.

By the way

I'm using VS 2015 Community