DarkBASIC Professional Help Wiki
Advertisement


This command will maximise the window to the entire desktop screen.

Syntax
MAXIMIZE WINDOW
Returns

This command does not return a value.

Example Code
cls

set display mode 800,600,32

set window on

wait 1000*8

maximize widow 

do

loop

end
Advertisement