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.
Asked
Active
Viewed 203 times
-1
Noich
- 14,631
- 15
- 62
- 90
-
Where you able to get some code working partially? – Rameez Ahmed Sayad Jul 28 '13 at 10:20
1 Answers
0
You can just import the native Windows API calls GetPrivateProfileString() and WritePrivateProfileString().
Mario
- 35,726
- 5
- 62
- 78