G
Guest
Hi,
I want to force the application thread to refresh its CurrentCulture and
CurrentUICulture according to the system settings while the application is
running.
I made a class based on Microsoft.WindowsCE.Forms.MessageWindow which traps
the WM_SETTINGCHANGE message and raises an event. When the application
executes the event, I want to force the culture refreshment there. I put a
MessageBox to see if it works, and my MessageWindow based class works well.
If I open the Regional Settings control panel and I change the date or time
format, my application receives the WM_SETTINGCHANGE message correctly.
How can I force the current application thread to use the new system
settings without having to restart the application?
Thank you!
I want to force the application thread to refresh its CurrentCulture and
CurrentUICulture according to the system settings while the application is
running.
I made a class based on Microsoft.WindowsCE.Forms.MessageWindow which traps
the WM_SETTINGCHANGE message and raises an event. When the application
executes the event, I want to force the culture refreshment there. I put a
MessageBox to see if it works, and my MessageWindow based class works well.
If I open the Regional Settings control panel and I change the date or time
format, my application receives the WM_SETTINGCHANGE message correctly.
How can I force the current application thread to use the new system
settings without having to restart the application?
Thank you!