Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
SPI_GETWORKAREA = 48
|
||||
DIM rc{l%,t%,r%,b%}
|
||||
SYS "SystemParametersInfo", SPI_GETWORKAREA, 0, rc{}, 0
|
||||
PRINT "Maximum width = " ; rc.r% - rc.l%
|
||||
PRINT "Maximum height = " ; rc.b% - rc.t%
|
||||
Loading…
Add table
Add a link
Reference in a new issue