Number of controls on the Form.
-
I do no if there is a limit of number on a form, I have one form with many controls, When I need to add others, the system create duplicate control on the code and I have many duplicate errors. That why I need to know if there is a limit.
There is no actual limit unless you run out of memory. But if you have to operate on a lot controls in a form, I suggest you to: 1) give up a designer and switch to manual coding. -OR/AND- 2) merge chosen groups of controls to user controls which wouldn't paint themself in design time to avoid flickering and other artifacts while in design mode. -OR/AND- 3) split a form onto stand-alone functional forms (depends on a kind of a project, not necessarily applicable).
Greetings - Gajatko Portable.NET is part of DotGNU, a project to build a complete Free Software replacement for .NET - a system that truly belongs to the developers.