ejemplo extraído del diseñador de windows forms:
Código:
Me.Button1 = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(156, 170)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(88, 36)
Me.Button1.TabIndex = 0
Me.Button1.Text = "Button1"
Me.Button1.UseVisualStyleBackColor = True
'
'Form1
'
Me.Controls.Add(Me.Button1) //aqui se agrega al form actual
lo mismo aplica para cualquier control, la idea es moldearlo a tu gusto