Page 1 of 1

Posted: Sun Nov 18, 2001 9:02 pm
by BackupUser
Restored from previous forum. Originally posted by MrVainSCL.

You want to centre your application on desktop screen or you want to open a big screen for your game or whatever...? With the following commands it would be very easy to centre all stuff on desktop and if you want to open a big screen, you can test if the gfx-card support that mode... :wink:


Add Features: Description:
----------------------------------------------------
ScreenWidth() Returns the width of desktop screen
ScreenHeight() Returns the height of desktop screen
ScreenModeExist(#width,height,#depth) Returns true or false... Check if
GfxCard support the mode :wink:


MrVainSCL!