Hi, I'm working with Visual Basic 6.0 and Windows 98. I want to detect and update the regional configuration in my applications ...
Can anybody help me ???
Thaks in advance,
Regards from Chile.
Printable View
Hi, I'm working with Visual Basic 6.0 and Windows 98. I want to detect and update the regional configuration in my applications ...
Can anybody help me ???
Thaks in advance,
Regards from Chile.
You can try these API functions:
public Declare Function GetTimeZoneInformation Lib "kernel32" Alias "GetTimeZoneInformation" (lpTimeZoneInformation as TIME_ZONE_INFORMATION) as Long
public Declare Function SetTimeZoneInformation Lib "kernel32" Alias "SetTimeZoneInformation" (lpTimeZoneInformation as TIME_ZONE_INFORMATION) as Long
Hope this helps.
Regards,
Michi
MCSE, MCDBA