Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Is there a way to change the default maximized window size, so that when you maximize any window it only takes up about half of the screen?

thanks.
Posted
Updated 30-Oct-10 12:01pm
v2
Comments
Dalek Dave 30-Oct-10 18:00pm    
Edited for Grammar and Spelling.

1 solution

Assuming this is WinForms, use the MaximumSize property :

http://msdn.microsoft.com/en-us/library/system.windows.forms.form.maximumsize.aspx[^]
 
Share this answer
 
v2
Comments
me773 30-Oct-10 16:31pm    
Thats it but I need to do it to all windows (Internet explorer,notepad,itunes....)
Dalek Dave 30-Oct-10 18:01pm    
Good Call.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900