this is the dll of the tool, which is used to read and write to ini files and uses class modules for each file, section and key... tell me what you think and if you like it maybe ill post the source code!!! if you can find any bugs please tell me!
to use it do something like this:
to read a value of the first key in the first section do something like this:VB Code:
Dim INI As INIFile Private Sub Form_Load Set INI = New INIFile INI.LoadFile "FileName.ini" 'The function that come with this are: AddSection, AddKey, DeleteSection, and DeleteKey... End Sub
it doesn't support changing values yet... sorry, ill work on itVB Code:
INI.FileSections.Item(1).SectionKeys.Item(1).KeyValue![]()





Reply With Quote