Limit of no of controls

sunnypalsingh

Active member
Joined
Jul 24, 2005
Messages
41
Programming Experience
Beginner
Is there any limit of using number of controls in a form/project
if it is then what is it......
 
There is no limit that I'm aware of. The only real issue is that more controls can mean reduced performance in certain circumstances. I think that you might also want to keep an eye on usability. If your form has too much on it then it may become confusing to the user. You might ant to rethink your design in that case.
 
tks.....but there is a limit in VB 6.0 i.e.254 controls per form

that is why i was wondering if at all there is any limit in VB.NET
 
personally if a form has more than 40 controls on it (not counting the menu/statusbar(s)) then you should span it to multiple forms so it doesnt look so cluttered for the user

but that's just me
 
Back
Top