How to maximize the form on open?

  • Thread starter Thread starter Steven
  • Start date Start date
S

Steven

I have a form which contains a maximize box at the top, I want to know how
can I maximize this form once the form is initialized? Thanks!
 
Cyril Gupta said:
Put this in your Form.Load event

Me.Windowstate = FormWindowState.Maximized


In addition: This property can be set at design time too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top