Screen Resolution

Zuurbier, E. - AMSXE Erik.Zuurbier@KLM.NL
Fri, 23 Apr 1999 13:28:39 +0200


Paulo,

> I'm looking for a function capable to return the screen resolution that
> is been used.
> 
In deltaSystem.dcl you will find the following:

/*	Maximum ranges of window PictureDomains:
		MaxScrollWindowSize yields the range at which scrollbars
			are inactive.
		MaxFixedWindowSize yields the range at which the window
			does not change into a ScrollWindow.
*/

MaxScrollWindowSize :: (!Int,!Int)

MaxFixedWindowSize :: (!Int,!Int)

I know it is not the same, but if nothing else is available, these numbers
might enable you to calculate the resolution.

Regards
Erik Zuurbier