Visual Basic / Forms / Max Forms
Snippet details
ID: 217
Viewed: 1446
Added: 2002-04-29
Version:
The maximum number of controls allowed on a single form depends on the
type of controls used and available system resources. However, there is
a fixed limit of 254 control names per form.
A control array counts only once toward this limit because all the controls in the array share a single control name.
The limit on control array indexes is 0 to 32,767 on all versions.
If you layer controls on top of each other, such as using several frame controls within other frames, Visual Basic will accept no more than six levels of nested controls.
General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: unknown
| Snippet By: | unknown |
| Declarations | |
| Code | |
| Highlight All | |
No Reviews to show
