How to minimum form to bottom by code

P

Peter

I know that in a form, people can click "minimizeBox" to
send the form to the bottom. But how can I do this by code?
For instance, I have a form with a botton. When the botton
is clicked, this form will be minimize to bottom and
another form will show up.

Thanks!
 
H

Herfried K. Wagner

Hello,

Peter said:
I know that in a form, people can click "minimizeBox" to
send the form to the bottom. But how can I do this by code?
For instance, I have a form with a botton. When the botton
is clicked, this form will be minimize to bottom and
another form will show up.

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

Regards,
Herfried K. Wagner
 

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

Top