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 198 times
-1
Noich
- 13,327
- 15
- 60
- 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
- 34,518
- 5
- 56
- 76