Object Creation during Run Time with Windows Forms

Hello, I'm trying to create a GUI that would display a number of objects whenever I type the number into a Text Box during run time. I've only dealt with objects that are already precreated in the form, so I'm not sure how to deal with this problem.

For example, if I type 5 into my Text box, 5 buttons would appear somewhere in the form etcetc.

Any help will be appreciated.
Last edited on
Get the value and use it as size for a dinamic array
Topic archived. No new replies allowed.