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. C#
  4. Speed differences using all custom controls to build a form?

Speed differences using all custom controls to build a form?

Scheduled Pinned Locked Moved C#
performancequestion
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
    methodincharge
    wrote on last edited by
    #1

    What are the speed differences (if any) between using Textboxes,Radiolists, Labels etc to build a form as opposed to using a variety of custom controls to build the same form? (One of the custom controls would be, for instance, a label and textbox).

    D 1 Reply Last reply
    0
    • M methodincharge

      What are the speed differences (if any) between using Textboxes,Radiolists, Labels etc to build a form as opposed to using a variety of custom controls to build the same form? (One of the custom controls would be, for instance, a label and textbox).

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      That depends on the quality of code in the custom controls. But, all thing being equal, there isn't any difference at all since both sets of controls will ultimately derive from the same base class, Control. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      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