I'm creating a form with pictureBoxes, buttons and txtboxes. My question is: If i create the controls programatically in the load event, will the performance will be the same as if my controls are created with the toolBox?
Which of these two methods are better?
Thank you