Hi!
I am trying to modify the date time picker to look like the one found in MS-PROJECT (if no date was selected it should show "N/A".
I need to create a class that will wrap the CDateTimeCtrl and will have a method : void Clear() that will set the current date to say 01/01/1900 (same will happen on OnInitialUpdate event) and an event of some sort that will check and won't allow the user to see this date.
I am trying to modify the date time picker to look like the one found in MS-PROJECT (if no date was selected it should show "N/A".
I need to create a class that will wrap the CDateTimeCtrl and will have a method : void Clear() that will set the current date to say 01/01/1900 (same will happen on OnInitialUpdate event) and an event of some sort that will check and won't allow the user to see this date.