I am trying to make a program which adds 12 text boxes in a line when the user presses a button... however i want that button to be able to be clicked for as many times as the user needs... how can i accomplish that without having to write
Dim tbox1 As New TextBox 10000 times?
Dim tbox1 As New TextBox 10000 times?
Comment