Results 1 to 4 of 4

Thread: INI files or REGISTRY which one to use

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    3
    I understand MS has said that INI files are to be used to store program settings instead of the REGISTRY

    Any comments anyone??

  2. #2
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Cleveland, Ohio
    Posts
    263
    Depends.

    If you're going to store a lot of large variables, it's best to use one ini file. However, if you just want to save a couple of small pieces of data, use the registry. It gives the idea that the program is all one self contained clean little gizmo.

  3. #3
    Lively Member
    Join Date
    Jun 1999
    Location
    East Anglia, England
    Posts
    73

    Registry all the way

    Hello,
    Even tho the registry is a little harder to understand (I'm sure someone will disagree with me) I think it's the better option to store program settings.

    For example your ini file can be deleted easy enough by even the dumbest person but deleteing entires from the registry is a whole lot harder especially if you don't know what you're looking for.

    Desire.

  4. #4
    Lively Member
    Join Date
    Jun 1999
    Location
    East Anglia, England
    Posts
    73

    Registry all the way

    Hello,
    Even tho the registry is a little harder to understand (I'm sure someone will disagree with me) I think it's the better option to store program settings.

    For example your ini file can be deleted easy enough by even the dumbest person but deleteing entires from the registry is a whole lot harder especially if you don't know what you're looking for.

    Desire.

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