How to overlay controls exactly?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
 
I do need the additional 60 controls. So my question still stands, how to
align them to the other set.
 
Set the Top and Left properties in the properties dialog of each to match the
ones you want to overlay.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top