Public Property Get ProfileFileName( _
) As StringProfileSectionName Property
![]()
Public Property Let ProfileFileName( _
ByVal vFileName As String _
) Assuming
Dim estWAPI As New WindowsAPI
for example
estWAPI.ProfileFileName = "ESUnits.Ini"
estWAPI.ProfileSectionName = "Entisoft Units"
estWAPI.WritePrivateProfileString("Convert From", "5 kilometers") = TrueWarning: Be careful about using this Property if your program employs multi-tasking and the profile functions can possibly be called simultaneously from different parts of your program. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.