CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Owner registry formaty file ?

    Is it possible to use the registry functions (or other functions) to read and write into a file with the same format of the registry ? I want to store data with the same kind of architecture of the Windows registry and it will very nice if I can have the same format and functions for my own file.

    Thanks.


  2. #2
    Guest

    Re: Owner registry formaty file ?

    ReadPrivateProfileString/WritePrivateProfileString are the old win16 functions to write ini files. You could use this.


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