Im using this to create buttons at run time, draggin them from another form
Is there a way to make a control array of them?, because when one is created, the older one stops working, so they are pretty much useless.Code:Set Boton = frmDropWindow.Controls.Add("VB.CommandButton", ControlName)
Thanks :0




Reply With Quote