Date-Time Picker Ctrl Checkbox
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Using CDateTimeCtrl or inheritance, how can I init the non checkbox to FALSE (not set)?
-
Using CDateTimeCtrl or inheritance, how can I init the non checkbox to FALSE (not set)?
-
Thanks for your interest. I already have done this and the window is disabled preventing dropdown and changes. However, it still is checked for a return and does return the default system date. I am looking for a way to force GDT_NONE result on return when the dialog closes. I am also looking to have the checkbox not checked for the default state when the control is enabled which would be more appplicable for certain uses of the application. Eventually the default state would be part of a prferences setup.