I work on VS 2008 with C#. This below code does not work for me. My form was designed in 1024 x 768 resolution.
Our clients laptop is in 1366 x 768 resolution. To so
Set the form property to open in maximized state.
this.WindowState = FormWindowState.Maximized;