Does anyone know how I can get the width and height of a form without using.

form1.width & form1.height

The reason I ask is that form1.width and form1.height dont actually include the border of the window and the title bar.

What I need is the size of the window including title bars and borders. I suspect I will need to use API.

Any expects?