Posted by member 2112 on 2003-05-28 20:11:10 link
This is controlled by your desktop module.
If you are using desktop2.dll it can be done like this
If you are using jdesk.dll it can be done like this
Both these examples leave a 20 pixel space at the bottom of the screen that a maximised application will not cross over.
Read the docs for more information about how to use them.
If you are using desktop2.dll it can be done like this
SetDesktopArea true
SDALeft 0
SDARight 0
sdatop 0
sdabottom 20
SDALeft 0
SDARight 0
sdatop 0
sdabottom 20
If you are using jdesk.dll it can be done like this
jDeskWorkArea "0,0,0,-20"
Both these examples leave a 20 pixel space at the bottom of the screen that a maximised application will not cross over.
Read the docs for more information about how to use them.