CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Posts
    16

    Which API is used to modify .ini file?


    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

  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Which API is used to modify .ini file?

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured