Mega Code Archive

 
Categories / Delphi / System
 

Change size of the Windows Start Button

Title: change size of the Windows Start Button? procedure TForm1.Button1Click(Sender: TObject); begin MoveWindow(FindWindowEx(FindWindow('Shell_TrayWnd', nil), 0, 'Button', nil), 300, 0, 80, 22, true); end;