C++ limits the number of objects displayed on a screen to 255. Is there a way around this? I'm writing a data entry program which will have many more objects than 255.
Windows 95/98/Me: The system can support a maximum of 255 controls per dialog box template. To place more than 255 controls in a dialog box, create the controls in the WM_INITDIALOG message handler rather than placing them in the template.
So it is not a C++ limit, but a dialog-box template limit which should not be there under NT/2000/XP. Marcel
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.