Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
toolbar above taskbar
#1
is it possible to show a toolbar above the windows taskbar (taskbar position is on top (0,0))?
i tried to move the taskbar, but that doen't work.
pi
#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
#3
yes i know that, so i take your answer as a no not possible ?

thanks.
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)