My question is in fact this: I know how to manipulate the code from a button (by double clicking it) from the design tab but how do I create a button from the code section wich will appear in the design tab? If I simply put the code for a new button it will do nothing: Private Sub Button1_click(ByVal sender As System.Object, ByVal e As EventArgs) Handles Button1.click If you have the answer please help me. With great respect for your work, Alex
Private btnAdd As New Button()
Have a look at How to programmatically add controls to Windows Forms