|
-
Feb 5th, 2004, 01:04 PM
#1
Thread Starter
Frenzied Member
max number of items in a listview
Whats the max number of items a listview can have? I have a program that inserts items as it parses a text file and when it hits 32728 (might not be the exact number) it throws an error and says 'overflow'.
What can I do to stop this?
-
Feb 5th, 2004, 01:16 PM
#2
load the items using a new Threading.Thread
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
-
Feb 5th, 2004, 07:03 PM
#3
yay gay
Originally posted by dynamic_sysop
load the items using a new Threading.Thread
I dont think so, if it stops at 32k its sure has a meaning like... --> maybe that's it's maximum value (its integer's maximum value)
\m/  \m/
-
Feb 5th, 2004, 10:26 PM
#4
Thread Starter
Frenzied Member
that's what I'm thinking too.
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
|