I have a form and on his property windowstate i have maximize.What happens is the fact when i minimize the form that is maximized, the height and width properties are different that my normal form has.
Try setting the Width and Height values of the form at design-time. Then when you click the "Restore Down" button (next to minimize) it should revert to the size you had before maximising.
An alternative might be to set the width and height properties of the form in the Application's OnMinimize event.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.