Hi, all.
Is there anyway to change the time regional setting at application run-time according to my format? I have found some source code, there is some limitation as i would like to change the time format to dd/mm/yyyy and inside the setting, it doesn't have this kind of setting. Could we change the format to our defined-setting? As i understand that The EnumDateFormats is to get the ID from the callback EnumDateFormatsProc as it get the date string from the system. Can we programmatically code it to add the string and let the EnumDateFormatsProc to generate the ID? Pls advise.
Is there anyway to change the time regional setting at application run-time according to my format? I have found some source code, there is some limitation as i would like to change the time format to dd/mm/yyyy and inside the setting, it doesn't have this kind of setting. Could we change the format to our defined-setting? As i understand that The EnumDateFormats is to get the ID from the callback EnumDateFormatsProc as it get the date string from the system. Can we programmatically code it to add the string and let the EnumDateFormatsProc to generate the ID? Pls advise.