|
-
Aug 24th, 2004, 04:50 PM
#1
Thread Starter
yay gay
Is there a way to serialzie a listbox?
Is there a way to serialzie a listbox and its items so it is faster to load all its items(it has like 175 000)?
Or is there any other good way round? I have all items currently in a text file
\m/  \m/
-
Aug 24th, 2004, 04:53 PM
#2
Lively Member
175,000 items? this is acually a big ammounf of data to be human usable one control, maybe you have to split the data into a size limited groups, and load each one only when it necessary.
Do you think my life is easy?
Do you think it's good to win?
do you think it's nice to kill?
Do you think learning is a must?
Do you think computers are nothing?
Do you think this post is stupid?
Do ypu think we're really humen?
DO YOU THINK IT'S GOOD TO THINK AT ALL? ? ? ! ! !
-
Aug 25th, 2004, 07:51 AM
#3
Hyperactive Member
To serialize a listbox, I'm not sure the framework provides a way to serialize built in objects, but I don't discount it either. If you want to serialize the data, try reading it in to a collection and serializing the class that contains the collection.
Just a thought.
Whadayamean it doesn't work....
It works fine on my machine!

-
Aug 25th, 2004, 09:39 AM
#4
Lively Member
Did you try databases?
I didn't mention in my last post that 175,000 is just a perfect example where the databases jump into the scene, text files aren't so efficient for holding sucha huge ammount of data.
Do you think my life is easy?
Do you think it's good to win?
do you think it's nice to kill?
Do you think learning is a must?
Do you think computers are nothing?
Do you think this post is stupid?
Do ypu think we're really humen?
DO YOU THINK IT'S GOOD TO THINK AT ALL? ? ? ! ! !
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
|