[Migrated content. Thread originally posted on 14 January 2008]
I am trying to adjust a Window so that it fits on a screen.In order to do this (I think) I require the available screen size. From the windows dll documentation it seems that the following syntax would give me what I require, referred to as availHeight property.
[ iHeight = ] screen.availHeight
This supposedly gives the available height (excluding taskbar) in pixels.
Does anyone know how to code the above in AcuCobol?



