Reached limit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • milkyman
    New Member
    • Aug 2006
    • 12

    Reached limit

    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.....
  • albertw
    Contributor
    • Oct 2006
    • 267

    #2
    Originally posted by milkyman
    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.

    Comment

    Working...