|
-
Oct 31st, 2000, 04:00 AM
#1
Thread Starter
Hyperactive Member
It seems to me that being able to add objects to the res file at runtime would be A GOOD THING.
I often use res files to hold search strings, sometimes the users change them but next time the app is loaded they are back to the original res string.
I don't want to use te registry 'cos the draconian NT policies here prevent the general user from getting anywhere near the registry let alone writing to it.
-
Oct 31st, 2000, 09:43 AM
#2
Addicted Member
Why don't you use a small database for this.
When you use a jetbase database, as you can create with MS Access, then you can ditribute it without legal problems and it gives you all the flexibility that you need. By making a small database for each user, you have the problem resolved. Just make sure the program compresses the database when closing or it will get to large and I don't think you want that.
An other option could be to write ini files. This will do the same job. I just don't like them.
Catch you later,
Jeroen Hoekemeijer
Code:
If 1 = 2 Then MajorError
-
Nov 2nd, 2000, 04:43 AM
#3
Thread Starter
Hyperactive Member
Thanks but . . . .
Adding a db would solve the problem, but unfortunately the overhead (MDAC file size being one) is vastly greater than the benefit gained.
And you're right INI files stink!
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
|