|
-
Jul 11th, 2000, 01:41 PM
#1
Thread Starter
Addicted Member
What's a good way to store a collection of class information?
I know C has a memory map, that you can just out your memory to disk, and then pick up where you left off. Does VB have anything like this?
I have a collection of up to 100 items that contain roughly 100-200bytes of information, that I need to somehow save in a selectable format. That way I can select which one to load back in to memory via an open/save dialog API.
Anyone have any ideas on a good format?
-
Jul 11th, 2000, 02:53 PM
#2
There's no "memory map" function in VB, but one thing you could do is to store the values in a database.
-
Jul 11th, 2000, 04:50 PM
#3
another solution could be to store collection data in a text file. it is relatively easy to convert almost any data into a string by using UDTs with LSet. but this solution requires a bit of coding.
good luck
Sascha
-
Jul 11th, 2000, 09:16 PM
#4
Hyperactive Member
XML Property Bag
I think this will be just the thing for you 
try http://vbaccelerator.com/codelib/xml/xmlpbag.htm
I am about to test it out myself.
Regards
Paul Lewis
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
|