Hi fooks,
I have a VB6 question.I have got a form with a tabstib(sstab) with 7 tabs on it.
I did put several labels and textboxes on it(and some other components) and i want to put some more on it, but i'm getting an error."Reached Limit: cannot create any more controls for this form"
Does someone know how i can use some more labels/textboxes. Please explain it to me with some code, because english is not my first language.
Thank you.....
hi
you have too many control on your form (buttons, tetxboxes etc), must be pretty busy ... :)
if possible try to create a second form and put a part of your program there (including necessary controls)
this will give you some space to expand your tabstrip.