Limit to control Entries
hi,
I hv a dialog here that has over 100 static and edit control boxes.. I m not able to insert anymore edit control boxes.. if i hv to then i hv to delete some... is there any upperlimit to no. of control entries we can put in a dialog??
[247 byte] By [
Pravish] at [2007-11-20 11:42:38]

# 1 Re: Limit to control Entries
Yes there is a limit; you can only add 255 controls to your dialog from the resource editor. However you can add more dynamically if that is desired (up tp 0xffff 65536).
Another option is to add controls by writing directly in the resource script, but to do this you need to know what you are doing.
Finally I would like to say that your propably best choice is to reconsider your design. Why do you need that many controls in a single dialog box? That seems pretty strange to me.
Hope this helps you!
Best regards,
Laitinen