...change size of the Windows Start Button?

Author: Mohammad Khorsandy

Category: System

procedure TForm1.Button1Click(Sender: TObject);
begin
  
MoveWindow(FindWindowEx(FindWindow('Shell_TrayWnd', nil), 0, 'Button', nil),
             300, 0, 80, 22, true);
end;

 

printed from
www.swissdelphicenter.ch
developers knowledge base