Zitat von
Uwe Raabe:
Was erwartest du denn als Ergebnis von diesem Ausdruck:
extractfilepath(application.ExeName)+Application.ExeName
Sowas wie "C:\C:\Project1.exe"?
Du kannst selbe testen
Delphi-Quellcode:
procedure TForm1.Button1Click(Sender: TObject);
begin
Caption:=extractfilepath(application.ExeName)+Application.ExeName;
end;
_____________
Gibt es eine andere Idee ausser Timer?