Modify main window's locale after user changes settings in Control Panel->Regional and Language Options
问题 INTRODUCTION AND RELEVANT INFORMATION: I have MS Access 2007 database which I fill using ADO . Among other data types ( string , integer ...) I also have a double . Since I work on Windows XP and use pure Win32 API to create GUI, I collect data from edit controls with GetDlgItemText API and then I convert that text into double using _wtof_l . PROBLEM: Everything works well if the user sets English or Serbian ( we use European notation for decimal and group separator ) locale and then starts