Hello,
I'm trying to write data to an INI file, I've got some code to read it: http://pastebin.com/Jpwf8XJM.
I've tried to modify this code to get it to be able to write to INI files, but I haven't had much success.
I know there are DLL's designed for this, but I would like to have my application so it can be distributed as a single EXE.
Also, I know there is My.Settings, but I cannot use this, as this INI file is used by another application, that I have not developed.
So, I was wondering if anyone could help me modify this code to write to an INI file, something like
WriteIniValue(IniPath, Section, Item, Value)
Thanks, Matthew.