Geting The Path which is in the ini file
Geting The Path which is in the ini file
API Declarations
Public SRESULT As String * 180
Public NRESULT As Integer
Rate Geting The Path which is in the ini file
(1(1 Vote))
'THAN COPY THAT FILE IN WINDOWS DIRCTORY OR IF YOU HAVE WINDOS-NT THAN COPY WINNT DIRECTORY
'FOR EXAM..
'INIFILE NAME IS (PAT.INI}
';CONFIGURATION
'[OMKAR]
'APPATH=C:\VB
'************************
NRESULT = GetPrivateProfileString("OMKAR", "APPATH", " ", SRESULT, Len(SRESULT), "PAT.INI")
APPATH = UCase(Left(SRESULT, NRESULT))
Geting The Path which is in the ini file Comments
No comments yet — be the first to post one!
Post a Comment