Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Window form standard form size

I am using VS 2008, I have done some form designing, but I have a problem with a form not set in a proper manner.

Only half a form is displayed on the screen. My screen resolution is 1280*800 and I want to set my window form size to a fixed size for every screen resolution, how do I do that?

like image 395
Nilesh Avatar asked Nov 26 '25 16:11

Nilesh


1 Answers

You can set the System.Windows.Forms.Form.WindowState property to FormWindowState.Maximized or use Automatic Scaling in Windows Forms

like image 167
CoderHawk Avatar answered Nov 28 '25 11:11

CoderHawk



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!