Minimizing a form

  • Thread starter Thread starter Tony Vitonis
  • Start date Start date
T

Tony Vitonis

Hi. Is there a way for me to minimize a form inside of the form's
code? There's no Me.Minimize method, but I'm looking for code that
would replicate that. Thanks.
 
* Tony Vitonis said:
Is there a way for me to minimize a form inside of the form's
code? There's no Me.Minimize method, but I'm looking for code that
would replicate that.

\\\
Me.WindowState = FormWindowState.Minimized
///
 

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