form size

How do I set the default size of a form to be maximized

Answer this question

form size

  • vsvinuraj

    Me.WindowState = System.Windows.Forms.FormWindowState.Maximized

    There is also a 'windowstate' setting in the IDE where you can

    set it there.



  • form size