Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
toolbar above taskbar
#2
You can make place below it.

Code:
Copy      Help
key Wd
1
def SPI_SETWORKAREA  47
RECT r
SystemParametersInfo(SPI_GETWORKAREA 0 &r 0)
r.top=60
SystemParametersInfo(SPI_SETWORKAREA 0 &r 2)
1
key Wd


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)