To add Controls.

Code:
Controls.Add "VB.CommandButton", "Command1"
Me!Command1.Move 0, 0
Me!Command1.Caption = "Hello"
Me!Command1.Visible = True