Auto sise windows at runtime

  • Thread starter Thread starter Dicky
  • Start date Start date
D

Dicky

How can I auto resize windows, controls etc at runtime,
including changing the positions, but maintaining relative
locations and sizes.
This should account for different display resolutions at
runtime.
Thanks
 
* "Dicky said:
How can I auto resize windows, controls etc at runtime,
including changing the positions, but maintaining relative
locations and sizes.
This should account for different display resolutions at
runtime.

Have a look at the controls' 'Dock' and 'Anchor' methods and at the
form's 'Scale' method.
 
Back
Top