Write to the file like this:
vb Code:
Open App.Path & "\settings.ini" For Binary Access Write As #1 Put #1, , str Close #1
[Edit]
Why aren't you using WritePrivateProfileString API to write to the INI file ?
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |