If you look at the attached code you will see I am loading in a control from a class I have created, also another form will show up with a list containing the numbers 1,2 and 3 how can I get my class to show the textbox in diffrent locations depending on the number I click in the list and then when I click the button on Tem form load that control in frmMain.
So it should work like so click button on frmMain loads Tem form I select a number from the list (lets say 1) then click the button which closes the form and runs the class and adds the control to frmMain in the right location.