If I add a control to a form using

Set bLabel = form1.Controls.Add("VB.Label", ControlName)

ControlNAme is a string, can I manipulate that control at runtime?, like being able to move it, or making it do something? like close form or exit the program?


Thanks for your time!!!