VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Easy and Fast Way to Read Value from ini file using API Calls

Raghuraja. C  (21 Submissions)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Thu 6th January 2005   Mon 8th February 2021

Easy and Fast Way to Read Value from ini file using API Calls

API Declarations


API Calls Used:

Declare Function GetPrivateProfileString Lib "kernel32" Alias "GetPrivateProfileStringA" _
(ByVal lpApplicationName As String, ByVal lpKeyName As Any, ByVal _
lpDefault As String, ByVal lpReturnedString As String, ByVal _
nSize As Long, ByVal lpFileName As String) As Long

Public DATABASE AS String
Public USERNAME AS String
Public PASSWORD AS String


Rate Easy and Fast Way to Read Value from ini file using API Calls (1(1 Vote))
Easy and Fast Way to Read Value from ini file using API Calls.bas

Easy and Fast Way to Read Value from ini file using API Calls Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters