Limit to number of edit boxes ?
-
I am currently doing an application which requires a lot of edit boxes, but i have a problem now that i cant add any more edit boxes to my application ! Is there an upper limit to the number of edit boxes in an application ? Is there a way to remove this limit ? What should i do if i do not have enough edit boxes ?
-
I am currently doing an application which requires a lot of edit boxes, but i have a problem now that i cant add any more edit boxes to my application ! Is there an upper limit to the number of edit boxes in an application ? Is there a way to remove this limit ? What should i do if i do not have enough edit boxes ?
BeakX wrote:
a lot of edit boxes
Are you sure you need all of these (No other design solution?) ? Are you adding them dynamically, or in the resource editor ?
BeakX wrote:
Is there an upper limit to the number of edit boxes in an application
From what I know, only physical problems (memory, disk space if your .exe size exceeds your drive size, :rolleyes:)
BeakX wrote:
but i have a problem now that i cant add any more edit boxes to my application !
How is this happening ? What goes wrong. ~RaGE();
-
I am currently doing an application which requires a lot of edit boxes, but i have a problem now that i cant add any more edit boxes to my application ! Is there an upper limit to the number of edit boxes in an application ? Is there a way to remove this limit ? What should i do if i do not have enough edit boxes ?
if you add your editBoxes at design-time, then you will be limited to (i think, but not sure) 128 256 controls on the same dialog. if you really need those, then, add them at run-time, or even better, factor them into property pages or tabs...
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...] -- modified at 6:01 Tuesday 7th February, 2006 -
if you add your editBoxes at design-time, then you will be limited to (i think, but not sure) 128 256 controls on the same dialog. if you really need those, then, add them at run-time, or even better, factor them into property pages or tabs...
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...] -- modified at 6:01 Tuesday 7th February, 2006toxcct wrote:
if you add your editBoxes at design-time, then you will be limited to (i think, but not sure) 128 controls on the same dialog.
Close :) 256
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
-
toxcct wrote:
if you add your editBoxes at design-time, then you will be limited to (i think, but not sure) 128 controls on the same dialog.
Close :) 256
Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"
Ryan Binns wrote:
Close 256
:doh: i never remember b/w those 2 values... fixed anyway :-D thanks
TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...]