Minimizing form

  • Thread starter Thread starter kimiraikkonen
  • Start date Start date
K

kimiraikkonen

Hi,
Maybe simple, but i couldn't find the correct class for minimizing
current form when a "button" is clicked.



Thanks.
 
kimiraikkonen said:
Hi,
Maybe simple, but i couldn't find the correct class for minimizing
current form when a "button" is clicked.



Thanks.

Take a look at the WindowState property.

Mike.
 
kimiraikkonen said:
Maybe simple, but i couldn't find the correct class for minimizing
current form when a "button" is clicked.

\\\
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