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?
--
David
<ctacke/> - 27 Sep 2007 20:04 GMT
Implement an IMessageFilter.

Signature
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
> When the user goes into Regiional Settings and changes the date format,
> it's
[quoted text clipped - 7 lines]
> --
> David
dbgrick - 28 Sep 2007 14:25 GMT
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
> 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
[quoted text clipped - 5 lines]
> --
> David