I am working with Visual Studio 2017. I have created a Textbox in the form designer of my (parent) form. I want to import as child an already created windows form as many times , so many copies of it as the number typed in the Textbox of the parent form. For example if typed "4" in the Textbox of the parent form, 4 identical (child) already made forms. Any suggestions, please?