Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. Number of controls on the Form.

Number of controls on the Form.

Scheduled Pinned Locked Moved Managed C++/CLI
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mikobi
    wrote on last edited by
    #1

    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.

    L 1 Reply Last reply
    0
    • M mikobi

      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.

      L Offline
      L Offline
      Lutoslaw
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups