
Resizing controls on forms automatically to suit screen resolutions
If it helps, you can return the screen resolution using
Screen.PrimaryScreen.Bounds.Width
and
Screen.PrimaryScreen.Bounds.Height
Quote:
> Hi,
> Does anyone have code to resize the controls on a form so that it will
> always be proportional on different screen resolutions?
> Any help would be appreciated.
> Mark.