-1

How to use or operate an ini file using C#. Like reading, writing section, keys, values. I heard about nin.dll(or something like that) but I unable to use it. Also i am using sharpdevelop and dot net version 4.0 Thanks in advance.

Noich
  • 14,631
  • 15
  • 62
  • 90

1 Answers1

0

You can just import the native Windows API calls GetPrivateProfileString() and WritePrivateProfileString().

Mario
  • 35,726
  • 5
  • 62
  • 78