OL_WinFullScreen()
Force a DOS window into full screen mode.
──────────────────────────────────────────────────────────────────────────────

Syntax

OL_WinFullScreeen() --> NIL

Arguments

None.

Returns

Nothing.

Description

This function can be used to force your application into full
screen mode when running under MS Windows. It should work
correctly for Windows 3.x and Windows 95.

Examples

OL_WinFullScreen()
alert( "Boo!" )

Source: FULLSCRN.C

Author: Dave Pearson