Question:
I want to chage size of windows start button.
But from my application. How?
Answer:
procedure TForm1.Button1Click(Sender: TObject);
begin
MoveWindow(FindWindowEx(FindWindow('Shell_TrayWnd', nil), 0, 'Button', nil),
300, 0, 80, 22, true);
end;
0 Responses so far.
Post a Comment
Thank you for your comment.
Any request and idea are welcome.