Chris wrote:[color=blue]
> Hi,
>
> Can some one please point me in the direction of some C# code that will
> resize all controls on a form when the form is resized.
>
> Thanks
>
> Chris
>
>[/color]
Check out the dock and anchor properties.
Otherwise you would need to resize in the resize event.
Comment