dim addbutton as new button form1.controls.add(addbutton)any ideas?
2 replies to this topic
#1
Posted 25 April 2011 - 11:50 AM
|
|
|
#2
Posted 25 April 2011 - 01:04 PM
Button button = new Button(); Form1.Controls.Add(button);
Hofstadter's Law: It always takes longer than you expect, even when you take into account Hofstadter's Law.
– Douglas Hofstadter, Gödel, Escher, Bach: An Eternal Golden Braid
#3
Posted 27 April 2011 - 03:33 AM
gregwarner said:
Button button = new Button(); Form1.Controls.Add(button);
Button is class and button is your name for instance...you can change it in name you want...it's not strict to be named button
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









