Visual Studio 6.0, Enterprise Edition, Windows 98 2nd Edition.

I use the Sysinfo Control to obtain information about screen size. I resize forms and certain controls when user changes resolution or maximizes/restores my form.

I would like to have several forms use the same subroutine in my Main Code Module. Unfortunately, The "Sysinfo1." variables (EG: SysInfo1.WorkAreaWidth/Height) can only be referenced from a Form Code Module.

Is there an alternative source of this information? I have never used Windows 98 API Calls. Can one of them can be used? Any other ideas? I have a Windows 98 Developer's Handbook which I have yet found time to read. Should I search it for an alternative? I was once told that "When all else fails, read the manual".