is DatePickercontrol initialize as NULL? or later?
I'm guessing that you tried to create a date picker control and it didn't work. A date picker is one of the common controls, and to use it you must first initialize the common control window classes by calling InitCommonControls or InitCommonControlsEx. InitCommonControls is actually obsolete, but I have never seen it fail. If you choose to use InitCommonControlsEx, the class you need to load is ICC_DATE_CLASSES.
i want empty of datepicker's content. i want not what it show the date of today.
http://msdn.microsoft.com/en-us/library/bb761782(VS.85).aspx
i create datepicker control with checkbox style but i don't obtain what it's status of checked in this time.