|
-
Mar 20th, 2000, 03:36 AM
#1
Thread Starter
New Member
I understand MS has said that INI files are to be used to store program settings instead of the REGISTRY
Any comments anyone??
-
Mar 20th, 2000, 04:55 AM
#2
Hyperactive Member
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.
-
Mar 20th, 2000, 05:00 AM
#3
Lively Member
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.
-
Mar 20th, 2000, 05:00 AM
#4
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|