I just know there must be an easy answer to this. It is totally critical for positioning graphical objects. I looked in VB help and searched this forum but found nothing...
I know I can use sysinfo.workareaheight to get the height of the desktop less the taskbar height. I am unable to figure out, though, how to get the titlebar and menubar heights. It seems like it should be accessible via the sysinfo control.
Ideally, I would like to directly detect the working area of a given form that I load maximized -- that is, the height from the bottom of the pull-down menu-bar to the top of the task-bar (if there is one).
I know I can use sysinfo.workareaheight to get the height of the desktop less the taskbar height. I am unable to figure out, though, how to get the titlebar and menubar heights. It seems like it should be accessible via the sysinfo control.
Ideally, I would like to directly detect the working area of a given form that I load maximized -- that is, the height from the bottom of the pull-down menu-bar to the top of the task-bar (if there is one).