Notification of unhecking the checkbox inside the DateTimeCtrl...
-
Hi all, I have a problem with DateTimepicker Control in VC6. If I choose the DTS_SHOWNONE style how can i get a notification if the user disable the DateTimeCtrl by unchecking the small checkbox that appears inside the control. Please help me! Thanks a lot. snow
-
Hi all, I have a problem with DateTimepicker Control in VC6. If I choose the DTS_SHOWNONE style how can i get a notification if the user disable the DateTimeCtrl by unchecking the small checkbox that appears inside the control. Please help me! Thanks a lot. snow
if we select the control style (DTS_SHOWNONE) It is possible to have no date currently selected in the control. With this style, the control displays a check box that users can check once they have entered or selected a date. Until this check box is checked, the application will not be able to retrieve the date from the control because, in essence, the control has no date. This state can be set with the DTM_SETSYSTEMTIME message or queried with the DTM_GETSYSTEMTIME message.:)
-
Hi all, I have a problem with DateTimepicker Control in VC6. If I choose the DTS_SHOWNONE style how can i get a notification if the user disable the DateTimeCtrl by unchecking the small checkbox that appears inside the control. Please help me! Thanks a lot. snow