How to overlay controls exactly?

M

mscertified

I have a row of 60 controls which I need to duplicate using different names.
I then need to overlay this second row of 60 controls exactly on top of the
first row. How do I do this?
I have done the duplication part and attempted to do the overlay but I
checked the properties and the LEFT property of one set is slightly off from
the other by about .005". I hate to have to reposition all 60 controls
manually.
Is there a way to magnify my view so I can see the alignment more clearly?
 
K

Klatuu

What is the purpose of creating an additional 60 controls?
In most cases, you should be able to modify the properties of the existing
controls rather than having a duplicate set.

Post back with what you are trying to do and we may be able to help solve
this problem.
 
M

mscertified

I do need the additional 60 controls. So my question still stands, how to
align them to the other set.
 
K

Klatuu

Set the Top and Left properties in the properties dialog of each to match the
ones you want to overlay.
 
Top