Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Listbox limited to 32737 items???

Status
Not open for further replies.

JohnYingling

Programmer
Mar 24, 2001
3,742
US
Theoretically it is 32767.
Visual Basic Specifications, Limitations, and File Formats

Property Applies to Limitation
List and ListCount List box and combo box controls Maximum number of items is 32K; the limit on the size of each item is 1K (1024 bytes).
Forms/Controls Resizing/Tabbing Control
Compare Code (Text)
Generate Sort Class in VB or VBScript
 
Thanks, John. I just wanted to be sure I wasn't inducing an error.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top