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
You can simply set the window state
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;