Is there a limit to the number of rows that can be added to a list control? I'm populating my list control with the contents of a data base. Not all the items in the database are being added.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.