Results 1 to 4 of 4

Thread: max number of items in a listview

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    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?

  2. #2
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142
    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]

  3. #3
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    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/

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    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
  •  



Click Here to Expand Forum to Full Width