
VB4: How to access ini files???????????????????
Quote:
> Hi,
> I need to access ini files in VB 4.0, the routines i
> found so far don't work in VB 4.0!!!
> I need your help urgently!!!!
> thanx
I have used the function:
GetPrivateProfileString
This finction reads your private INI-file, or you can use the function:
GetProfileString
This ones reads the WIN.INI file.
Mats