Software Development Network>> VS Express Editions>> FORM inside height
How do you retrieve the inside height of a form so that it takes into account of the form bar
Mark
FORM inside height
michal krawczyk
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