Can anyone tell me how many menus can be added to the form in VB??
and also how many cnotrols can be created in an array?
Printable View
Can anyone tell me how many menus can be added to the form in VB??
and also how many cnotrols can be created in an array?
In theory, infinity - 1
Not so sure about menu items but the maximum number of controls allowed in an array is 32768.
I imagine there is a limit on menu items but have no idea what it is.