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