hi,
i'm a newbie to winforms....
i've designed few forms...
but when the resolution is changed to lowest number..
i'm not able to see certain buttons on my form...

how do i fix this issue...
do i need to set any properties on the winforms or controls?
please do help out....

Re: autoscaling of winforms by Kevin

Kevin
Wed Jun 06 06:14:45 CDT 2007

Set the Anchor properties on your Controls. This indicates how they should
"float" when the dimensions of the Container are changed.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"AVL" <AVL@discussions.microsoft.com> wrote in message
news:61AA2A10-C4F6-47F8-95A6-574DBC4B2ED3@microsoft.com...
> hi,
> i'm a newbie to winforms....
> i've designed few forms...
> but when the resolution is changed to lowest number..
> i'm not able to see certain buttons on my form...
>
> how do i fix this issue...
> do i need to set any properties on the winforms or controls?
> please do help out....
>
>