resize form and controls according to Screen resolutions
-
Thanks in advance is their any way to resize form and controls according to Screen resolutions without much hassle means instead of changing controls positions ans sizes manually , like in java their are scripts can we do it in vb.net
Best Regards, SOFTDEV If you have knowledge, let others light their candles at it
-
Thanks in advance is their any way to resize form and controls according to Screen resolutions without much hassle means instead of changing controls positions ans sizes manually , like in java their are scripts can we do it in vb.net
Best Regards, SOFTDEV If you have knowledge, let others light their candles at it
Learn the art of docking and padding of controls. I believe there are articles about it and once you learn it, it is not a hassle.
Natza Mitzi
Analysis Studio - Statistical Analysis -
Thanks in advance is their any way to resize form and controls according to Screen resolutions without much hassle means instead of changing controls positions ans sizes manually , like in java their are scripts can we do it in vb.net
Best Regards, SOFTDEV If you have knowledge, let others light their candles at it
Use TableLayoutPanel. It is a great control to manage these kind of things. Make sure that: 1. Columns and rows have their heights and widths in % wherever required. 2. All the controls are anchored to all the sides of cell in which you keep them.
50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!
-
Learn the art of docking and padding of controls. I believe there are articles about it and once you learn it, it is not a hassle.
Natza Mitzi
Analysis Studio - Statistical Analysisi am not asking about form resize event like maximize or normal , i want screen to adjust in different resolution 1024 x 768 or 800 x 600 etc , like shrink or grow adjust according to resolution
Best Regards, SOFTDEV If you have knowledge, let others light their candles at it
-
i am not asking about form resize event like maximize or normal , i want screen to adjust in different resolution 1024 x 768 or 800 x 600 etc , like shrink or grow adjust according to resolution
Best Regards, SOFTDEV If you have knowledge, let others light their candles at it
Hi, I am not sure that I get you right but if you want your application to change screen resolution : change screen resolution C# As for the shrink or grow, thre is the Form.AutoScaleMode which I haven't worked with.
Natza Mitzi
Analysis Studio - Statistical Analysis