Hallo duffy,
danke für das Demo
genau das was ich brauch
das
Code:
procedure TForm1.WMQUERYENDSESSION(var Msg: TWMQueryEndSession);
begin
Msg.Result := 1;
Shutdown := True;
inherited;
end;
hatte ich auch schon mal probiert...
nur ohne Msg.Result := 1 und ohne inherited;
mfg
Helmi