Results 1 to 2 of 2

Thread: Listbox size limit

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2002
    Posts
    424

    Listbox size limit

    What is the maximum row size of a list box, including multiple columns....

    Thanks

  2. #2
    Hyperactive Member
    Join Date
    Oct 2000
    Posts
    303

    what bout the size of Integer?

    do not know, but I have some 4k lines in the list and it still works.
    my quess is that it is the size of an integer (32766 or 65536).

    And is this the number of elements/lines or is it the actual
    bytes? my 4k files definitely is bigger than int bytes already so
    I guess it is the number of lines.

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