Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
set desktop area
#2
Code:
Copy      Help
[color=green];warning: this may reorder desktop icons[/color]

[color=blue]def [/color]SPI_SETWORKAREA  47
[color=blue]def [/color]SPIF_SENDCHANGE  0x2
[color=blue]def [/color]SPIF_UPDATEINIFILE  0x1

RECT r
r.left=200
r.right=ScreenWidth-200
r.bottom=ScreenHeight-25

SystemParametersInfo(SPI_SETWORKAREA 0 &r SPIF_SENDCHANGE)

[color=green];to restore, drag taskbar to some other edge
[/color]


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)