I've looked through the boards and there are a number of postings about it but I'm not sure I understand.

How does one find the height in Twips of the taskbar? I'd like my application form to fill the screen vertically but not horizontally.

The answers I've seen before use the GetDesktop and GetRect APIs. But looking at it closely they both end up returning the size of the whole screen... that's not what I want..

I just want the size of the taskbar, so that if it's on the bottom I can make my form Screen.height-Taskbar.height.

Any ideas?
Eiredrake