Maximize/Minimize form without API

A

Adam Honek

Hi all,

Is there an inherent function within a form object to maximize and minimize
it?

Or must we use the API using SendMessage?

I can't seem to see anything from the list.

Thanks,
Adam
 
S

ShaneO

Adam said:
Hi all,

Is there an inherent function within a form object to maximize and minimize
it?

Or must we use the API using SendMessage?

I can't seem to see anything from the list.

Thanks,
Adam

Use -

WindowState = FormWindowState.Maximized / .Minimized / .Normal

ShaneO

There are 10 kinds of people - Those who understand Binary and those who
don't.
 
A

Adam Honek

Thanks a lot, works great.

To make it obvious I've added the "me." at the beginning.

Adam
 

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