Ok here we go i want to move the whole taskbar from 1280x30 cordinates(found by winspy 2008) to about 1280x80.But it looks like its not working i can change other stuff like tray,running applications etc.But not whole taskbar.Explain what i am doing wrong.
I currently got this code but it changes size of
Delphi-Quellcode:
var
MyHandle: THandle;
WinRect: TRect;
begin
MoveWindow(FindWindowEx(FindWindow('Shell_TrayWnd', nil), 0, '', nil),
1280, 80, 80, 22, true);