Resizing controls on forms automatically to suit screen resolutions 
Author Message
 Resizing controls on forms automatically to suit screen resolutions

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.



Tue, 12 Oct 2004 16:55:17 GMT  
 Resizing controls on forms automatically to suit screen resolutions
Check out this article:
http://www.c-sharpcorner.com//Code/2002/Mar/PlanningFormLayoutInVBNet...

It explains how to use docking and anchoring in VB.NET.


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.



Tue, 12 Oct 2004 21:07:45 GMT  
 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.



Wed, 13 Oct 2004 03:48:01 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. How to adjust control sizes and dimensions to suit different screen resolutions

2. Resizing Forms/Controls to Fit Screen Resolution

3. Auto resize FORM and all controls depending on screen resolution

4. Resizing forms and controls to fit with screen display resolution

5. Help resizing forms for diff. Screen Resolutions

6. Control Resize Based on Screen Resolution

7. resizing controls larger after increasing screen resolution

8. Automatically changing screen resolution ?

9. Adjusting forms / controls for different screen resolutions.

10. controls to change when screen resolution or form size is changed

11. Resize - screen resolution code

12. screen resolution and docmd.resize?

 

 
Powered by phpBB® Forum Software