Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtDateTimeWnd change message Collapse All
Subject Author Date
Offer Har Mar 25, 2009 - 9:18 AM

Dear Support,


I have a dialog with CExtDateTimeWnd . I need the dialog to get notified when the time in the control is changed. I could not find what is the message it sends to the dialog when the control content has changed.


Thanks,


Ron.

Technical Support Mar 25, 2009 - 2:18 PM

Please take a look at the CPageDateTimeDuration class in the ProfUIS_Controls sample application. The CExtDateTimeWnd::g_nMsgChangingNotification registered message is handled in the CPageDateTimeDuration::OnSelChangedDateTime method which writes messages to the log editor window at the bottom side of the Date & Time dialog page when the date or time files in the date time control are changed.