Click to See Complete Forum and Search --> : Which API is used to modify .ini file?


muralirajan
August 11th, 1999, 07:17 AM
Please send me the Name of the function and the respective .DLL which is used to modify .ini file.

Please send me the names of most commonly used API .DLLs and functions.


muralirajan

Lothar Haensler
August 11th, 1999, 07:19 AM
WritePrivateProfileString. Get the declaration from the API Declaration Add-In in VB 6.

To get a list of most common APIs check out MSDN article Q109290
it refers to VB 3, but most of the stuff is still true.