Home > Back-end >  AuAutoUpgrader window title can be modified
AuAutoUpgrader window title can be modified

Time:10-07

AuAutoUpgrader window title can modify

CodePudding user response:

Don't know what auAutoUpgrader is

To change the title of a form to send a message to go
 
Var
TXT: string;
The begin
TXT:='new title;
SendMessage (window handle, WM_SETTEXT, 0, an Integer (TXT));
end;
  • Related