FORM inside height

How do you retrieve the inside height of a form so that it takes into account of the form bar

Mark



Answer this question

FORM inside height

  • michal krawczyk

    Hi,

    Do you mean to get the location of the client (inside where you place your controls) area If so try use the Form.ClientRectangle property to get the client size. If you want to put into consideration the titlebar then use Form.Bounds property.




    cheers,

    Paul June A. Domag


  • FORM inside height