Posts: 1,271
Threads: 399
Joined: Mar 2003
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.
Posts: 12,092
Threads: 142
Joined: Dec 2002
You can make place below it.
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
Posts: 1,271
Threads: 399
Joined: Mar 2003
yes i know that, so i take your answer as a no not possible ?
thanks.