Results 1 to 5 of 5

Thread: VB - Good INI File Tool

Threaded View

  1. #1

    Thread Starter
    Fanatic Member seec77's Avatar
    Join Date
    Jan 2003
    Posts
    596

    VB - Good INI File Tool

    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:
    VB Code:
    1. Dim INI As INIFile
    2.  
    3. Private Sub Form_Load
    4. Set INI = New INIFile
    5. INI.LoadFile "FileName.ini"
    6. 'The function that come with this are: AddSection, AddKey, DeleteSection, and DeleteKey...
    7. End Sub
    to read a value of the first key in the first section do something like this:
    VB Code:
    1. INI.FileSections.Item(1).SectionKeys.Item(1).KeyValue
    it doesn't support changing values yet... sorry, ill work on it
    Attached Files Attached Files
    Last edited by seec77; Mar 19th, 2003 at 11:26 AM.
    Best Regards,
    seec77

    If you helped me, cosinder yourself thanked.

    Get each and every Garfield strip here!
    Here you can get all Calvin & Hobes strips!
    Damn UComics! It was probably unprofitable for them to allow us to just download Garfield and Calving & Hobes strips... so they made folder indexing unallowed on their server!!!

    I am 33% addicted to Counterstrike. What about you?
    I am 23% addicted to Star Wars. What about you?
    I am 0% addicted to Tupac. What about you?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width