VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Get Regional Settings

by Guido Herten (1 Submission)
Category: Windows API Call/Explanation
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

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

Upload

Download this snippet    Add to My Saved Code

Get Regional Settings Comments

No comments have been posted about Get Regional Settings. Why not be the first to post a comment about Get Regional Settings.

Post your comment

Subject:
Message:
0/1000 characters