Where can I get the actual message codes for the Winform DateTimePicker control?

感情迁移 提交于 2020-01-07 02:57:04

问题


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

来源:https://stackoverflow.com/questions/40587540/where-can-i-get-the-actual-message-codes-for-the-winform-datetimepicker-control

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!