WindowWidth = DisplayWidth: WindowHeight = DisplayWidth UpperLeftX=0 : UpperLeftY=0
NoMainWin WindowWidth = DisplayWidth: WindowHeight = DisplayHeight 'UpperLeftX=0: UpperLeftY=0 open "Full Screen Window" for window as #win #win "TrapClose [quit]" wait [quit] close #win end
|
NoMainWin stylebits #win, _WS_MAXIMIZE, 0, 0, 0 open "Full Screen Window" for window as #win #win "TrapClose [quit]" wait [quit] close #win end