did anyone know how to make an autosize form include all the object in a form designer...
A:
Do you mean that the controls inside the form should autosize when the form resizes?
Just set the Anchor
property of the controls, if you set it to anchor to all 4 sides, they'll resize exactly like the form they're in.
If you need to do anything more advanced you can handle the forms resizing event and write code in there to resize other things at the same time.
ho1
2010-04-30 05:32:17
ic..thx ho..its work..
leonita
2010-04-30 06:16:20