.ini is just an another text file (this one with a really simple syntax), programming own .ini parser is really an easy task, try it yourself :)
2009/9/28 Benjamine Swee <[email protected]> > Hi experts, > > I have an .ini file that I need to parse and modify using textboxes and > gridview. Is it possible to do all that in the .ini format? > > I come across a tool on the codeproject that can transform .ini file to > .xml file but the problem of this approach is that I have to tranform the > .xml back to .ini. Is this a recommended approach? > > > Thanks, > Newbie. >
