V
vbDavidC
I have a form that has like 20 text boxes that are comments.
When I create the textbox I add it below the previous one; eventually I
run out of space on the form. I am able to resize the form but
eventually I cannot continue to add more text boxes. The form height
size maxes out at 812.
I may not be using the right approach. I want to be able to have a
bunch of text boxes underneath each other (they are comment fields that
are multiline and will take up 4 rows of text not that that matters).
There are other controls next to this textbox (radio buttons and
checkboxes) that is not why I don't create a simple grid.
I guess I don't care what the real form size is, all I care about is to
be able to have a form that is scrollable that will eventually have
more textboxes that will currently fit on the form.
I have been trying both VisualBasic 2005 and VB6.
thanks, David
When I create the textbox I add it below the previous one; eventually I
run out of space on the form. I am able to resize the form but
eventually I cannot continue to add more text boxes. The form height
size maxes out at 812.
I may not be using the right approach. I want to be able to have a
bunch of text boxes underneath each other (they are comment fields that
are multiline and will take up 4 rows of text not that that matters).
There are other controls next to this textbox (radio buttons and
checkboxes) that is not why I don't create a simple grid.
I guess I don't care what the real form size is, all I care about is to
be able to have a form that is scrollable that will eventually have
more textboxes that will currently fit on the form.
I have been trying both VisualBasic 2005 and VB6.
thanks, David