hi
I'm using kernel32.dll n using this i can read and create new ini file bt i'm not finding to update my ini file using kernal32.dll method so plz gv me sol.
thanks
ashish
hi
I'm using kernel32.dll n using this i can read and create new ini file bt i'm not finding to update my ini file using kernal32.dll method so plz gv me sol.
thanks
ashish
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Deborah StoddardPosted Mar 31, 2015, 3:47 AM
But I would encourage you to reconsider using the kernel32.dll because it was deprecated an its unsupported. Instead use some managed library that is able to do that, for example check this .NET DLL for reading and writing INI files.
Bechir BejaouiPosted May 25, 2008, 6:23 AM