Is it a list box or a list view control?
For a list box control: (from MSDN)
Microsoft Windows 95/Windows 98/Windows Millennium Edition (Windows Me) : The wParam parameter is limited to 16-bit values. This means list boxes cannot contain more than 32,767 items. Although the number of items is restricted, the total size in bytes of the items in a list box is limited only by available memory.
I do not think this limitation applies to a list view control.
Regards