VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Get Regional Settings

Guido Herten  (1 Submission)   Windows API Call/Explanation   Visual Basic 3.0   Beginner   Wed 3rd February 2021

Get the regional setting of your machine (tested in NT Workstation)

API Declarations
Private Declare Function GetProfileString Lib "kernel32" Alias "GetProfileStringA" (ByVal lpAppName As String, ByVal lpKeyName As String, ByVal lpDefault As String, ByVal lpReturnedString As String, ByVal nSize As Long) As Long

Rate Get Regional Settings (2(2 Vote))
Get Regional Settings.bas

Get Regional Settings Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters