Detecting Video Resolution (OpenInsight Specific)
At 25 NOV 1998 07:59:05PM Greg James, ISIS, Inc. wrote:
Is there a way (using Basic+) to detect what resolution a monitor is running at?
I would like to be able to check the monitor resolution at application start up and then set the forms to be maximized or not maximized, depending on the monitor's resolution, when they are created.
Thanks,
gjames@cyberhighway.net onmouseover=window.status=happy thanksgiving!;return(true)"
International Severity Information Systems, Inc.
Salt Lake City, UT
At 25 NOV 1998 11:30PM Don Bakke wrote:
Greg,
You can check the SIZE property of SYSTEM (i.e. rv=Get_Property("SYSTEM", "SIZE") to get this information. Check out your PRG on the SIZE property for further documentation.
dbakke@srpcs.com