Moving location of controls with code

oihjk

Registered User.
Local time
Today, 17:28
Joined
Feb 13, 2003
Messages
51
Is it possible to move controls on a form? If certain controls are hidden then, these other controls move up to where the hidden controls are located. If it is impractical to do it this way, what would you suggest? Also can you group controls on a form so that you can move them all at once?

Eric
 
You can modify the value of the top or left property of the control to move it.

Hope this helps,
 

Users who are viewing this thread

Back
Top Bottom