Date Format Change Notification

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When the user goes into Regiional Settings and changes the date format, it's
my understanding that the OS sends a WM_SETTINGCHANGE message to top-level
windows.

Does anyone know of a way for a CF application to intercept this message, or
otherwise get the notification?
 
Create a class that inherits from Microsoft.WindowsCE.Forms.MessageWindow.
You can then override the WinProc method and capture and process events.

Regards,
Rick D.
Contractor
 
Back
Top