set formsize to max size

  • Thread starter Thread starter John Devlon
  • Start date Start date
J

John Devlon

Hi,

Does anyone know how to set the form size to the max screen size when an
application is launched ?

Thanks

John
 
John,

In the properties explorer you have 'WindowState' set it to maximized
('Me.WindowState = FormWindowState.Maximized' in code)
 
Back
Top