I know what AutoSize does. I am saying the label's height increases for no apparent reason.
How about this. Is there a way to align the middle's of two controls in code.
I am currently using
Code:ctrl2.Top = Cint(ctrl1.height / 2) - (ctrl2.height / 2)




Reply With Quote