News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

is DatePickercontrol initialize as NULL? or later?

Started by mumin16, June 02, 2009, 09:18:51 AM

Previous topic - Next topic

mumin16

is DatePickercontrol initialize as NULL? or later?

MichaelW

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.
eschew obfuscation

mumin16

i want empty of datepicker's content. i want not what it show the date of today.


mumin16

i create datepicker control with checkbox style but i don't obtain what it's status of checked in this time.