Height of a form minus the top bar. How to obtain it?

  • Thread starter Thread starter David Hearn
  • Start date Start date
D

David Hearn

How do you obtain the height of a form minus the top bar (the bar where the
caption is)? The actual working area of the form. In VB6, it used to be
ScaleHeight I think.

Thanks in advance!
 
* "David Hearn said:
How do you obtain the height of a form minus the top bar (the bar where the
caption is)? The actual working area of the form. In VB6, it used to be
ScaleHeight I think.

'Me.ClientSize.Height'.
 
Back
Top