Delphi-Quellcode:
procedure TForm1.Button1Click(Sender: TObject);
var
appl,params:
String;
begin
appl := '
firefox.exe';
params := '
E:\development\html\homepage\index.html';
ExecFile(ExtractFilepath(Application.exeName)+'
..\..\..\tools\browser\Mozilla Firefox\'+appl,params,SW_SHOW);
close;
end;
dieser Code funktionert bei mir ohne Probleme, ich weiß das hilft Dir jetzt nicht viel weiter.
Aber kann es sein, daß im onClose noch etwas passiert - das vielleicht so nicht passieren soll?
Grüße
Klaus