hello ,
I wish my application to start in maximum size by default like the web page opens when web browser is launched . currently i have set Height and Width of my application window to some values and expand it using the maximize icon. can anyone help me with this ?
thank you
Loading

Sanju SinghPosted Dec 18, 2014, 4:37 AM
Michal HabalcikPosted Dec 18, 2014, 4:19 AM
set the WindowState property of your form to Maximized
or set it in code in the Load event: