Hello,

I have created Visual Studio 2005 - Windows Forms Application.
All my purpose is creating buttons by code and this code will be in void function.
Textbox and default button is not important.They are just tools to create my buttons so u dont need to write about it.
I am defining the program: I have a default textbox and default button on windows form (created on vs 2005) which are located on form by me. I want to write a number in text box.Then i want push the default button. Void function should start then (the code which i want begins from here) i want to get x numbers of buttons on same form with label and default button.
i need the code for this part .

Thanks.