all groups > dotnet compact framework > september 2007 >
You're in the

dotnet compact framework

group:

Date Format Change Notification


Date Format Change Notification David
9/27/2007 11:15:00 AM
dotnet compact framework:
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
Re: Date Format Change Notification ctacke/
9/27/2007 2:04:51 PM
Implement an IMessageFilter.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com



[quoted text, click to view]

RE: Date Format Change Notification dbgrick
9/28/2007 6:25:00 AM
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

[quoted text, click to view]
AddThis Social Bookmark Button