localization

  • Thread starter Thread starter jmmb
  • Start date Start date
J

jmmb

How can I capture an operating system message when changing the regional
settings in control panel in order to refresh the interface of my localized
application. And, How can I refresh the controls in the form without having
to load it again? Just like MS Office does.
thanks a lot.
 
* "jmmb said:
How can I capture an operating system message when changing the regional
settings in control panel in order to refresh the interface of my localized
application. And, How can I refresh the controls in the form without having
to load it again? Just like MS Office does.

Take a look at 'SystemEvents.UserPreferenceChanged'.
 
Back
Top